/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
D | profile_list.h | 118 auto its = profiles_.find(transport); in Contains() local 119 if (its != profiles_.end()) { in Contains() 139 for (auto &its : profiles_) { in Contains() 140 auto it = profiles_[its.first].find(name); in Contains() 141 if (it != profiles_[its.first].end()) { in Contains() 162 auto its = profiles_.find(transport); in Find() local 163 if (its != profiles_.end()) { in Find() 186 for (auto its = profiles_.begin(); its != profiles_.end(); its++) { in Find() local 187 auto it = profiles_[its->first].find(name); in Find() 188 if (it != profiles_[its->first].end()) { in Find() [all …]
|
D | power_spec.cpp | 226 auto its = profileIts->second.find(status); in GetPowerSpec() local 227 if (its != profileIts->second.end()) { in GetPowerSpec() 228 return its->second; in GetPowerSpec() 236 auto its = POWER_PARAM.find(level); in GetPowerParam() local 237 if (its != POWER_PARAM.end()) { in GetPowerParam() 238 return its->second; in GetPowerParam() 247 auto its = profileIts->second.find(status); in GetPowerSsrLevel() local 248 if (its != profileIts->second.end()) { in GetPowerSsrLevel() 249 return its->second; in GetPowerSsrLevel()
|
D | power_manager.cpp | 180 auto its = powerDevices_.find(rawAddr); in UpdatePowerDevicesInfo() local 181 if (its != powerDevices_.end()) { in UpdatePowerDevicesInfo() 182 its->second->DeleteRequestPower(profileName); in UpdatePowerDevicesInfo() 275 auto its = powerDevices_.find(iter->second); in DisconnectionCompleteCallBackProcess() local 276 if (its != powerDevices_.end()) { in DisconnectionCompleteCallBackProcess() 277 powerDevices_.erase(its); in DisconnectionCompleteCallBackProcess()
|
D | power_device.cpp | 178 for (auto &its : pimpl->requestPower_) { in CalcMaxPower() local 179 PowerInfo itSpec = PowerSpec::GetPowerSpec(its.first, its.second); in CalcMaxPower() 190 for (auto &its : pimpl->requestPower_) { in CalcLowestSsrLevel() local 191 PowerSsrLevel level = PowerSpec::GetPowerSsrLevel(its.first, its.second); in CalcLowestSsrLevel()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
D | timer_linux.cpp | 222 struct itimerspec its; in Start() local 223 (void)memset_s(&its, sizeof(its), 0, sizeof(its)); in Start() 225 its.it_value.tv_sec = ms / MS_PER_SECOND; in Start() 226 its.it_value.tv_nsec = (ms % MS_PER_SECOND) * NS_PER_MS; in Start() 228 its.it_interval = its.it_value; in Start() 231 if (timerfd_settime(fd_, 0, &its, NULL) == -1) { in Start() 240 struct itimerspec its; in Stop() local 241 (void)memset_s(&its, sizeof(its), 0, sizeof(its)); in Stop() 243 if (timerfd_settime(fd_, 0, &its, NULL) == -1) { in Stop()
|
/foundation/graphic/graphic_utils_lite/frameworks/ |
D | graphic_timer.cpp | 246 struct itimerspec its; in Start() local 247 its.it_value.tv_nsec = (periodMs_ % MS_PER_SECOND) * NS_PER_MS; in Start() 248 its.it_value.tv_sec = periodMs_ / MS_PER_SECOND; in Start() 250 its.it_interval.tv_nsec = its.it_value.tv_nsec; in Start() 251 its.it_interval.tv_sec = its.it_value.tv_sec; in Start() 253 its.it_interval.tv_nsec = 0; in Start() 254 its.it_interval.tv_sec = 0; in Start() 256 if (timer_settime(timer_, 0, &its, nullptr) == -1) { in Start() 268 struct itimerspec its; in Stop() local 269 its.it_value.tv_nsec = 0; in Stop() [all …]
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
D | alarm_linux.c | 169 struct itimerspec its = {0}; in AlarmSet() local 170 its.it_value.tv_sec = timeMs / MS_PER_SECOND; in AlarmSet() 171 its.it_value.tv_nsec = (timeMs % MS_PER_SECOND) * NS_PER_MS; in AlarmSet() 173 its.it_interval = its.it_value; in AlarmSet() 176 if (timerfd_settime(alarm->timerFd, 0, &its, NULL) == -1) { in AlarmSet() 191 struct itimerspec its = {0}; in AlarmCancel() local 192 if (timerfd_settime(alarm->timerFd, 0, &its, NULL) == -1) { in AlarmCancel()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
D | screen_capture_capi_mock.cpp | 73 for (std::list<int32_t>::iterator its = taskIds.begin(); its != taskIds.end(); ++its) { in Convert() local 74 *taskIds_temp = *its; in Convert()
|
/foundation/arkui/advanced_ui_component/ |
D | README.md | 31 With advanced_ui, you can develop your application UI must faster, leveraging its diverse array of …
|
/foundation/ability/ability_lite/ |
D | README.md | 21 …its control logic. It is specific to Page abilities. A Page ability may contain one ability slice … 23 **Figure 2** Relationship between a Page ability and its ability slices 34 …ate is a temporary state. An ability changes directly to the **INITIAL** state upon its creation.
|
/foundation/systemabilitymgr/safwk_lite/ |
D | README.md | 29 …artSAProcess(const std::string& profilePath) = 0; | Enables a system ability based on its profile.|
|
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/ |
D | 78-sound-card.rules | 21 # its device nodes are completely created and set up. 53 # If we reach here, the device nor any of its parents are USB/PCI/firewire bus devices.
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
D | LICENSE | 30 * Neither the name of Google Inc. nor the names of its
|
/foundation/resourceschedule/memmgr/ |
D | README.md | 28 | | ├── reclaim_strategy # reclaim the memory of process by its 30 | | └── kill_strategy # kill the process by its Reclaim Priority
|
/foundation/bundlemanager/bundle_framework_lite/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/ability/dmsfwk/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/ability/ability_base/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/ability/dmsfwk_lite/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/multimodalinput/input/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/ai/intelligent_voice_framework/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/communication/wifi_aware/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/bundlemanager/bundle_tool/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/communication/wifi_lite/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|
/foundation/multimedia/camera_lite/ |
D | LICENSE | 56 to the Licensor or its representatives, including but not limited to 107 (d) If the Work includes a "NOTICE" text file as part of its 146 Contributor provides its Contributions) on an "AS IS" BASIS,
|