/openbmc/phosphor-fan-presence/control/json/ |
H A D | profile.hpp | 39 class Profile : public ConfigBase class 45 Profile() = delete; 46 Profile(const Profile&) = delete; 47 Profile(Profile&&) = delete; 48 Profile& operator=(const Profile&) = delete; 49 Profile& operator=(Profile&&) = delete; 50 ~Profile() = default; 59 explicit Profile(const json& jsonObj);
|
H A D | profile.cpp | 34 const std::map<std::string, methodHandler> Profile::_methods = { 35 {"all_of", Profile::allOf}}; 37 Profile::Profile(const json& jsonObj) : ConfigBase(jsonObj), _active(false) in Profile() function in phosphor::fan::control::json::Profile 42 void Profile::setActive(const json& jsonObj) in setActive() 74 bool Profile::allOf(const json& method) in allOf()
|
H A D | manager.cpp | 81 std::map<configKey, std::unique_ptr<Profile>> profiles; in sighupHandler() 804 fan::JsonConfig::getConfFile(confAppName, Profile::confFileName, true); in setProfiles() 811 auto obj = std::make_unique<Profile>(entry); in setProfiles()
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Profile settings" menu. 23 Verify Navigation To Profile Settings Page 27 Page Should Contain Profile settings 30 Verify Existence Of All Sections In Profile Settings Page 34 Page Should Contain Profile information 39 Verify Existence Of All Buttons And Input Boxes In Profile Settings Page
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-isku | 25 Profile number for which this settings occur is included in 35 capslock key for a specific profile. Profile number is included 45 easyzone keys for a specific profile. Profile number is included 55 function keys for a specific profile. Profile number is included 65 keys for a specific profile. Profile number is included in 75 keys for a specific profile. Profile number is included in 85 thumbster keys for a specific profile. Profile number is included 103 a specific profile. Profile number is included in written data.
|
H A D | sysfs-driver-hid-roccat-ryos | 25 a specific profile. Profile index is included in written data. 35 function keys for a specific profile. Profile index is included 45 keys for a specific profile. Profile index is included in 55 thumbster keys for a specific profile. Profile index is included 65 capslock and function keys for a specific profile. Profile index 75 easyzone keys for a specific profile. Profile index is included 86 Profile index for which this settings occur is included in 96 a specific profile. Profile index is included in written data.
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_date_and_time_sub_menu.robot | 42 ... (either UTC or browser offset) throughout the application, visit Profile Settings 95 Set Timezone In Profile Settings Page Default 109 Verify Profile Setting Button In Date And Time Page 119 Verify Existence Of Timezone Buttons In Profile Settings Page 121 ... in Profile settings page 132 ... 'Browser offset' option is selected in Profile settings page. 173 [Setup] Run Keywords Set Timezone In Profile Settings Page
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 46 ... Create Default MDT Profile 48 Run MDT Profile
|
H A D | test_boot_acceptance.robot | 70 Run MDT Profile ${HTX_MDT_PROFILE} 92 Create Default MDT Profile
|
H A D | htx_softbootme_test.robot | 78 ... Create Default MDT Profile 80 Run MDT Profile
|
H A D | gpu_stress_test.robot | 98 ... Create Default MDT Profile 100 Run MDT Profile
|
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | Kconfig | 8 ISDN Access Profile.
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | Kconfig | 9 Interface Device Profile.
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-info.sh | 81 echo " Found Profile $profile"
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 340 prof = profile.Profile() 342 ret = profile.Profile.runcall(prof, child) 574 prof = profile.Profile() 576 profile.Profile.runcall(prof, worker.serve)
|
/openbmc/linux/drivers/atm/ |
H A D | solos-attrlist.c | 69 SOLOS_ATTR_RW(Profile)
|
/openbmc/docs/development/ |
H A D | gerrit-setup.md | 54 - Enter your full name in Settings -> Profile -> Full name 69 - Your Gerrit Username can be found in Gerrit under Settings -> Profile ->
|
/openbmc/linux/kernel/gcov/ |
H A D | Kconfig | 41 bool "Profile entire Kernel"
|
/openbmc/openbmc/poky/documentation/ |
H A D | index.rst | 34 Profile and Tracing Manual <profile-manual/index>
|
/openbmc/linux/Documentation/maintainer/ |
H A D | maintainer-entry-profile.rst | 3 Maintainer Entry Profile 6 The Maintainer Entry Profile supplements the top-level process documents
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 148 prof = profile.Profile() 150 ret = profile.Profile.runcall(prof, self.main) 425 prof = profile.Profile() 427 ret = profile.Profile.runcall(prof, self.idle_thread_internal)
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-top.txt | 61 Profile at this frequency. Use 'max' to use the currently maximum 87 Profile events on existing Process ID (comma separated list). 91 Profile events on existing thread ID (comma separated list). 376 Profile display filter (>= hit count).
|
H A D | perf-mem.txt | 6 perf-mem - Profile memory accesses
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | sysfs-platform_profile.rst | 2 Platform Profile Selection (e.g. /sys/firmware/acpi/platform_profile)
|
/openbmc/linux/Documentation/mm/damon/ |
H A D | maintainer-profile.rst | 3 DAMON Maintainer Entry Profile
|