Home
last modified time | relevance | path

Searched defs:objValue (Results 1 – 11 of 11) sorted by relevance

/base/miscservices/inputmethod/interfaces/kits/js/napi/inputmethodengine/src/
Djs_input_method_engine_utils.cpp33 NativeValue *objValue = engine.CreateObject(); in CreateInputMethodEngine() local
51 NativeValue *objValue = engine.CreateObject(); in CreateKeyboardController() local
69 NativeValue *objValue = engine.CreateObject(); in CreateTextInputClient() local
92 NativeValue *objValue = engine.CreateObject(); in CreateKeyboardDelegate() local
110 NativeValue *objValue = engine.CreateObject(); in CreateEditorAttribute() local
/base/miscservices/inputmethod/interfaces/kits/js/napi/inputmethod/src/
Djs_input_method_utils.cpp29 NativeValue *objValue = engine.CreateObject(); in CreateInputMethodSetting() local
47 NativeValue *objValue = engine.CreateObject(); in CreateInputMethodController() local
Djs_input_method_setting.cpp75 NativeValue* objValue = engine.CreateObject(); in OnListInputMethod() local
/base/security/device_security_level/baselib/utils/src/
Dutils_json.c55 cJSON *objValue = NULL; in GetJsonFieldInt() local
77 cJSON *objValue = cJSON_GetObjectItem(handle, field); in GetJsonFieldIntArray() local
117 cJSON *objValue = NULL; in GetJsonFieldString() local
/base/miscservices/wallpaper/frameworks/kits/extension/src/
Djs_wallpaper_extension_context.cpp426 NativeValue* objValue = engine.CreateObject(); in CreateJsMetadata() local
450 NativeValue* objValue = engine.CreateObject(); in CreateJsExtensionAbilityInfo() local
480 NativeValue* objValue = CreateJsExtensionContext(engine, context); in CreateJsWallpaperExtensionContext() local
/base/accessibility/frameworks/aafwk/src/
Djs_accessibility_extension_context.cpp334 NativeValue* objValue = CreateJsExtensionContext(engine, context); in CreateJsAccessibilityExtensionContext() local
/base/security/access_token/interfaces/kits/accesstoken/napi/src/
Dnapi_atmanager.cpp36 void NapiAtManager::SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const… in SetNamedProperty()
/base/security/deviceauth/common_lib/impl/src/
Djson_utils.c141 cJSON *objValue = cJSON_GetObjectItemCaseSensitive(jsonObj, key); in GetObjFromJson() local
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp1994 void NapiCallManager::GetDialInfo(napi_env env, napi_value objValue, DialAsyncContext &asyncContext) in GetDialInfo()
2002 void NapiCallManager::GetSmsInfo(napi_env env, napi_value objValue, RejectAsyncContext &asyncContex… in GetSmsInfo()
2009 napi_env env, napi_value objValue, CallRestrictionAsyncContext &asyncContext) in GetRestrictionInfo()
2025 int32_t NapiCallManager::GetTransferInfo(napi_env env, napi_value objValue, CallTransferAsyncContex… in GetTransferInfo()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp131 void SetEnumProperty(napi_env env, napi_value dstObj, const int objValue, const char *propName) in SetEnumProperty()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp277 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty()