Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/phosphor-fan-presence/control/json/
H A Dprofile.hpp39 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 Dprofile.cpp34 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 Dmanager.cpp81 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 Dtest_profile_settings_sub_menu.robot3 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 Dsysfs-driver-hid-roccat-isku25 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 Dsysfs-driver-hid-roccat-ryos25 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 Dtest_date_and_time_sub_menu.robot42 ... (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 Dnetwork_stability_test.robot46 ... Create Default MDT Profile
48 Run MDT Profile
H A Dtest_boot_acceptance.robot70 Run MDT Profile ${HTX_MDT_PROFILE}
92 Create Default MDT Profile
H A Dhtx_softbootme_test.robot78 ... Create Default MDT Profile
80 Run MDT Profile
H A Dgpu_stress_test.robot98 ... Create Default MDT Profile
100 Run MDT Profile
/openbmc/linux/net/bluetooth/cmtp/
H A DKconfig8 ISDN Access Profile.
/openbmc/linux/net/bluetooth/hidp/
H A DKconfig9 Interface Device Profile.
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh81 echo " Found Profile $profile"
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker340 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 Dsolos-attrlist.c69 SOLOS_ATTR_RW(Profile)
/openbmc/docs/development/
H A Dgerrit-setup.md54 - 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 DKconfig41 bool "Profile entire Kernel"
/openbmc/openbmc/poky/documentation/
H A Dindex.rst34 Profile and Tracing Manual <profile-manual/index>
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst3 Maintainer Entry Profile
6 The Maintainer Entry Profile supplements the top-level process documents
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py148 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 Dperf-top.txt61 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 Dperf-mem.txt6 perf-mem - Profile memory accesses
/openbmc/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst2 Platform Profile Selection (e.g. /sys/firmware/acpi/platform_profile)
/openbmc/linux/Documentation/mm/damon/
H A Dmaintainer-profile.rst3 DAMON Maintainer Entry Profile

123