/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 103 NotifyAppStorage( const WeakPtr<Framework::JsEngine>& jsEngineWeak, const std::string& key, const std::string& value) NotifyAppStorage() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | search_modifier.cpp | 296 void SetSearchInspectorId(ArkUINodeHandle node, ArkUI_CharPtr key) in SetSearchInspectorId() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.cpp | 53 void UpdateInnerInspector(FrameNode* frameNode, const std::string& key) in UpdateInnerInspector() argument 941 void SearchModelNG::UpdateInspectorId(const std::string& key) in UpdateInspectorId() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 548 bool GetIntProperty(napi_env env, napi_value value, const std::string& key, int32_t& result) in GetIntProperty() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 1157 GetPrivilegeCapabilityValue( const std::vector<std::string> &existInJson, const std::string &key, bool existInPreJson, bool existInProvision) GetPrivilegeCapabilityValue() argument
|
H A D | bundle_util.cpp | 931 std::string BundleUtil::GenerateUuidByKey(const std::string &key) in GenerateUuidByKey() argument 303 DeviceAndNameToKey( const std::string &deviceId, const std::string &bundleName, std::string &key) DeviceAndNameToKey() argument 312 KeyToDeviceAndName( const std::string &key, std::string &deviceId, std::string &bundleName) KeyToDeviceAndName() argument
|
H A D | module_profile.cpp | 2399 std::string key; in ToInnerBundleInfo() local 2460 std::string key; in ToInnerBundleInfo() local [all...] |
/foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
H A D | accessibility_config_impl.cpp | 49 void AccessibilityConfig::Impl::OnParameterChanged(const char *key, const char *value, void *context) in OnParameterChanged() argument
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 137 void AccessibleAbilityClientImpl::OnParameterChanged(const char *key, const char *value, void *context) in OnParameterChanged() argument
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_settings_config.cpp | 909 RetError AccessibilitySettingsConfig::SetConfigState(const std::string& key, bool value) in SetConfigState() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 216 char* key; member
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 435 static bool ParseHashParam(napi_env env, napi_value args, std::string &key, std::string &value) in ParseHashParam() argument 469 std::string key; in ParseHashParams() local 484 static bool ParseVerifyCodeParam(napi_env env, napi_value args, std::string &key, st argument 518 std::string key; ParseVerifyCodeParams() local 533 ParsePgoParam(napi_env env, napi_value args, std::string &key, std::string &value) ParsePgoParam() argument 567 std::string key; ParsePgoParams() local [all...] |
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 198 void UIView::SetStyle(uint8_t key, int64_t value) in SetStyle() argument 217 void UIView::UpdateRectInfo(uint8_t key, const Rect& rect) in UpdateRectInfo() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 1465 JSValue key = JSArray::Get(keys, idx); in BindEvents() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 431 void AvrcCtProfile::ProcessPassTimeout(RawAddress rawAddr, uint8_t key, uint8_t state) in ProcessPassTimeout() argument 441 void AvrcCtProfile::PassTimeoutCallback(const RawAddress &rawAddr, uint8_t key, uint8_t state) in PassTimeoutCallback() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 467 uint8_t key = packet->GetKeyOperation(); in ReceivePassCmd() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 435 std::vector<uint8_t> key; in SetLocalIrkAndIdentityAddrToBtm() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 2146 uint8_t key[PAIR_LINK_KEY_SIZE]; in SetLinkKey() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 519 bool BMSEventHandler::GetSystemParameter(const std::string& key, std::string& value) in GetSystemParameter() argument
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 356 void AudioRendererSinkInner::SetAudioParameter(const AudioParamKey key, const std::string &condition, in SetAudioParameter() argument 418 std::string AudioRendererSinkInner::GetAudioParameter(const AudioParamKey key, const std::string &condition) in GetAudioParameter() argument 1531 AudioParamKey key = NONE; CheckLatencySignal() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/ |
H A D | offload_audio_renderer_sink.cpp | 238 void OffloadAudioRendererSinkInner::SetAudioParameter(const AudioParamKey key, const std::string& condition, in SetAudioParameter() argument 251 std::string OffloadAudioRendererSinkInner::GetAudioParameter(const AudioParamKey key, const std::string& condition) in GetAudioParameter() argument 1067 AudioParamKey key = NONE; CheckLatencySignal() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/ |
H A D | multichannel_audio_renderer_sink.cpp | 221 void MultiChannelRendererSinkInner::SetAudioParameter(const AudioParamKey key, const std::string &condition, in SetAudioParameter() argument 237 std::string MultiChannelRendererSinkInner::GetAudioParameter(const AudioParamKey key, const std::string &condition) in GetAudioParameter() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager.cpp | 1305 Key key = "ringermode"; in InitRingerMode() local 1332 Key key = volumeKey; in CloneVolumeMap() local 1443 Key key = muteKey; in CloneMuteStatusMap() local 1706 SetSystemSoundUri(const std::string &key, const std::string &uri) SetSystemSoundUri() argument 1727 GetSystemSoundUri(const std::string &key) GetSystemSoundUri() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_process_client_test.cpp | 1288 bool SetSysPara(const std::string key, int32_t &value) in SetSysPara() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 350 std::string key = "moov_level_meta_key_" + k; in SetUserMeta() local
|