Home
last modified time | relevance | path

Searched refs:BASE_TEN (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/services/common/include/
H A Dcache_extension_utils.h27 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 Dsource_userdata.h38 #define BASE_TEN 10 macro
H A Dmodule_hdi_source.c431 uint32_t sceneKeyCode = (uint32_t)strtoul((char *)sceneKey, NULL, BASE_TEN); in ReleaseAllChains()
H A Dhdi_source.c686 uint32_t sceneKeyCode = (uint32_t)strtoul((char *)sceneKey, NULL, BASE_TEN); in GetCapturerFrameFromHdiAndProcess()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp255 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 Daudio_effect_chain_manager.h53 const uint32_t BASE_TEN = 10; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp54 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 7 milliseconds