Searched refs:BASE_TEN (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/ |
H A D | cache_extension_utils.h | 27 constexpr const int32_t BASE_TEN = 10; member 41 static_cast<AppExecFwk::ExtensionAbilityType>(std::strtol((*it).c_str(), nullptr, BASE_TEN))); in GetCacheExtensionTypeList()
|
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | source_userdata.h | 38 #define BASE_TEN 10 macro
|
H A D | module_hdi_source.c | 431 uint32_t sceneKeyCode = (uint32_t)strtoul((char *)sceneKey, NULL, BASE_TEN); in ReleaseAllChains()
|
H A D | hdi_source.c | 686 uint32_t sceneKeyCode = (uint32_t)strtoul((char *)sceneKey, NULL, BASE_TEN); in GetCapturerFrameFromHdiAndProcess()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_adapter.cpp | 255 channelLayoutNum = std::strtoull(pack.channelLayout, nullptr, BASE_TEN); in EffectChainManagerAddSessionInfo() 259 streamUsage = static_cast<int32_t>(std::strtol(pack.streamUsage, nullptr, BASE_TEN)); in EffectChainManagerAddSessionInfo()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_chain_manager.h | 53 const uint32_t BASE_TEN = 10; member
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 54 constexpr const int BASE_TEN = 10; member 734 pid = static_cast<int32_t>(std::strtol(optionPid.c_str(), &end, BASE_TEN)); in DumpIpcWithPidInner() 781 pid = static_cast<int32_t>(std::strtol(pidStr.c_str(), &end, BASE_TEN)); in DumpFfrtInner()
|
Completed in 8 milliseconds