| /foundation/arkui/ace_engine/test/mock/base/ |
| H A D | mock_ace_trace.cpp | 35 void AceCountTrace(const char* key, int32_t count) {} in AceCountTrace() argument
|
| /foundation/arkui/ace_engine/test/unittest/base/ |
| H A D | node_object_test.cpp | 99 const char* key = "key-string"; in HWTEST_F() local 134 const char* key = nullptr; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
| H A D | svg_filter.cpp | 126 std::string key = name; in ParseAndSetSpecializedAttr() local
|
| H A D | svg_fe.cpp | 172 std::string key = name; in ParseAndSetSpecializedAttr() local
|
| H A D | svg_pattern.cpp | 95 std::string key = name; in ParseAndSetSpecializedAttr() local
|
| H A D | svg_mask.cpp | 133 std::string key = name; in ParseAndSetSpecializedAttr() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/ |
| H A D | lazy_foreach_component.h | 31 std::string key; member
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/focus_controller/ |
| H A D | js_focus_controller.cpp | 51 std::string key = std::string(outBuffer); in JSRequestFocus() local
|
| /foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/ |
| H A D | monitor.cpp | 61 KeyInput* key = KeyInput::GetInstance(); in InitHal() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
| H A D | json_util.h | 54 CheckArrayType( const nlohmann::json &jsonObject, const std::string &key, dataType &data, ArrayType arrayType, int32_t &parseResult) CheckArrayType() argument 110 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument 184 GetBigStringIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetBigStringIfFindKey() argument [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/ |
| H A D | bundle_resource_interface.h | 65 virtual ErrCode DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
| H A D | native_module.cpp | 179 void* key = reinterpret_cast<void*>(ClearCacheListener::HandleCleanEnv); in BundleManagerExport() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_multiuser_installer.cpp | 200 std::string key = bundleName; in RemoveDataDir() local
|
| H A D | bundle_data_storage_rdb.cpp | 96 std::string key = data.first; in TransformStrToInfo() local
|
| H A D | bundle_resource_helper.cpp | 78 bool BundleResourceHelper::DeleteResourceInfo(const std::string &key, const int32_t userId) in DeleteResourceInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector_composed_element.h | 258 void SetKey(const std::string& key) in SetKey() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_setting_provider.cpp | 65 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() argument 71 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() argument 77 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() argument 83 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() argument 89 RetError AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue() argument 95 PutIntValue(const std::string& key, int32_t value, bool needNotify) PutIntValue() argument 100 PutLongValue(const std::string& key, int64_t value, bool needNotify) PutLongValue() argument 105 PutBoolValue(const std::string& key, bool value, bool needNotify) PutBoolValue() argument 110 PutStringValue(const std::string& key, const std::string& value, bool needNotify) PutStringValue() argument 115 CreateObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) CreateObserver() argument 121 RegisterObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) RegisterObserver() argument 127 UnregisterObserver(const std::string& key) UnregisterObserver() argument [all...] |
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessibility_setting_provider.cpp | 52 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() argument 60 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() argument 68 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() argument 76 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() argument 84 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue() argument 93 PutLongValue(const std::string& key, int64_t value, bool needNotify) PutLongValue() argument 102 PutBoolValue(const std::string& key, bool value, bool needNotify) PutBoolValue() argument 111 CreateObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) CreateObserver() argument 120 RegisterObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) RegisterObserver() argument 128 UnregisterObserver(const std::string& key) UnregisterObserver() argument 134 GetStringValue(const std::string& key, std::string& value) GetStringValue() argument 142 PutStringValue(const std::string& key, const std::string& value, bool needNotify) PutStringValue() argument [all...] |
| /foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
| H A D | mock_mt_accessibility_setting_provider.cpp | 52 RetError MockAccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() argument 60 RetError MockAccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() argument 68 RetError MockAccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() argument 76 RetError MockAccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() argument 84 RetError MockAccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue() argument 93 PutLongValue(const std::string& key, int64_t value, bool needNotify) PutLongValue() argument 102 PutBoolValue(const std::string& key, bool value, bool needNotify) PutBoolValue() argument 111 CreateObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) CreateObserver() argument 120 RegisterObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) RegisterObserver() argument 128 UnregisterObserver(const std::string& key) UnregisterObserver() argument 134 GetStringValue(const std::string& key, std::string& value) GetStringValue() argument 142 PutStringValue(const std::string& key, const std::string& value, bool needNotify) PutStringValue() argument [all...] |
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_accessibility_setting_provider.cpp | 50 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() argument 57 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() argument 64 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() argument 71 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() argument 78 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue() argument 86 PutLongValue(const std::string& key, int64_t value, bool needNotify) PutLongValue() argument 94 PutBoolValue(const std::string& key, bool value, bool needNotify) PutBoolValue() argument 102 CreateObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) CreateObserver() argument 110 RegisterObserver(const std::string& key, AccessibilitySettingObserver::UpdateFunc& func) RegisterObserver() argument 118 UnregisterObserver(const std::string& key) UnregisterObserver() argument 124 GetStringValue(const std::string& key, std::string& value) GetStringValue() argument 131 PutStringValue(const std::string& key, const std::string& value, bool needNotify) PutStringValue() argument [all...] |
| /foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
| H A D | ffrt_safe_map.h | 47 V ReadVal(const K& key) in ReadVal() argument 54 void ChangeValueByLambda(const K& key, LambdaCallback callback) in ChangeValueByLambda() argument 97 bool Insert(const K& key, const V& value) in Insert() argument 112 EnsureInsert(const K& key, const V& value) EnsureInsert() argument 133 Find(const K& key, V& value) Find() argument 156 FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) FindOldAndSetNew() argument 178 Erase(const K& key) Erase() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
| H A D | bundle_resource_host_impl.cpp | 264 ErrCode BundleResourceHostImpl::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() argument
|
| /foundation/arkui/ui_lite/interfaces/innerkits/font/ |
| H A D | ui_font_vector.h | 77 uint16_t key; member
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_abstract_progress.cpp | 153 void UIAbstractProgress::SetBackgroundStyle(uint8_t key, int64_t value) in SetBackgroundStyle() argument 189 void UIAbstractProgress::SetForegroundStyle(uint8_t key, int64_t value) in SetForegroundStyle() argument
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_object.cpp | 69 auto key = BIT_CAST(jkey, Local<JSValueRef>); in ARKTS_HasOwnProperty() local 94 auto key = BIT_CAST(jkey, Local<JSValueRef>); in ARKTS_DefineOwnProperty() local 115 auto key = BIT_CAST(jkey, Local<JSValueRef>); in ARKTS_DefineAccessors() local 135 auto key = BIT_CAST(jkey, Local<JSValueRef>); ARKTS_SetProperty() local 149 auto key = BIT_CAST(jkey, Local<JSValueRef>); ARKTS_GetProperty() local [all...] |