Home
last modified time | relevance | path

Searched defs:key (Results 376 - 400 of 1829) sorted by relevance

1...<<11121314151617181920>>...74

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ace_trace.cpp35 void AceCountTrace(const char* key, int32_t count) {} in AceCountTrace() argument
/foundation/arkui/ace_engine/test/unittest/base/
H A Dnode_object_test.cpp99 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 Dsvg_filter.cpp126 std::string key = name; in ParseAndSetSpecializedAttr() local
H A Dsvg_fe.cpp172 std::string key = name; in ParseAndSetSpecializedAttr() local
H A Dsvg_pattern.cpp95 std::string key = name; in ParseAndSetSpecializedAttr() local
H A Dsvg_mask.cpp133 std::string key = name; in ParseAndSetSpecializedAttr() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.h31 std::string key; member
/foundation/arkui/ace_engine/interfaces/napi/kits/focus_controller/
H A Djs_focus_controller.cpp51 std::string key = std::string(outBuffer); in JSRequestFocus() local
/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.cpp61 KeyInput* key = KeyInput::GetInstance(); in InitHal() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_util.h54 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 Dbundle_resource_interface.h65 virtual ErrCode DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp179 void* key = reinterpret_cast<void*>(ClearCacheListener::HandleCleanEnv); in BundleManagerExport() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp200 std::string key = bundleName; in RemoveDataDir() local
H A Dbundle_data_storage_rdb.cpp96 std::string key = data.first; in TransformStrToInfo() local
H A Dbundle_resource_helper.cpp78 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 Dinspector_composed_element.h258 void SetKey(const std::string& key) in SetKey() argument
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp65 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 Dmock_accessibility_setting_provider.cpp52 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 Dmock_mt_accessibility_setting_provider.cpp52 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 Dmock_accessibility_setting_provider.cpp50 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 Dffrt_safe_map.h47 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 Dbundle_resource_host_impl.cpp264 ErrCode BundleResourceHostImpl::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() argument
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h77 uint16_t key; member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp153 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 Dark_interop_object.cpp69 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...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...74