Home
last modified time | relevance | path

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

/base/security/device_security_level/baselib/utils/src/
Dutils_json.c57 cJSON *objValue = NULL; in GetJsonFieldInt() local
79 cJSON *objValue = cJSON_GetObjectItem(handle, field); in GetJsonFieldIntArray() local
119 cJSON *objValue = NULL; in GetJsonFieldString() local
/base/customization/enterprise_device_management/framework/extension/src/
Djs_enterprise_admin_extension_context.cpp45 NativeValue *objValue = AbilityRuntime::CreateJsExtensionContext(engine, context); in CreateJsEnterpriseAdminExtensionContext() local
/base/notification/common_event_service/frameworks/extension/src/
Djs_static_subscriber_extension_context.cpp113 NativeValue* objValue = CreateJsExtensionContext(engine, context, abilityInfo); in CreateJsStaticSubscriberExtensionContext() local
/base/print/print_fwk/frameworks/kits/extension/src/
Djs_print_extension_context.cpp414 NativeValue *objValue = engine.CreateObject(); in CreateJsMetadata() local
438 NativeValue *objValue = engine.CreateObject(); in CreateJsExtensionAbilityInfo() local
469 NativeValue *objValue = CreateJsExtensionContext(engine, context); in CreateJsPrintExtensionContext() local
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Djs_wallpaper_extension_context.cpp415 NativeValue *objValue = engine.CreateObject(); in CreateJsMetadata() local
439 NativeValue *objValue = engine.CreateObject(); in CreateJsExtensionAbilityInfo() local
469 NativeValue *objValue = CreateJsExtensionContext(engine, context); in CreateJsWallpaperExtensionContext() local
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension_context.cpp405 NativeValue *objValue = engine.CreateObject(); in CreateJsMetadata() local
429 NativeValue *objValue = engine.CreateObject(); in CreateJsExtensionAbilityInfo() local
463 NativeValue *objValue = CreateJsExtensionContext(engine, context); in CreateJsInputMethodExtensionContext() local
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_authorization_extension_context.cpp253 NativeValue *objValue = CreateJsExtensionContext(engine, context); in CreateJsAuthorizationExtensionContext() local
Dnapi_app_account_common.cpp372 void SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const char *propName) in SetNamedProperty()
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c143 cJSON *objValue = cJSON_GetObjectItemCaseSensitive(jsonObj, key); in GetObjFromJson() local
/base/security/device_auth/test/unittest/deviceauth/source/
Djson_utils_mock.c201 cJSON *objValue = cJSON_GetObjectItemCaseSensitive(jsonObj, key); in GetObjFromJson() local
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp3475 void NapiCallManager::GetDialInfo(napi_env env, napi_value objValue, DialAsyncContext &asyncContext) in GetDialInfo()
3483 void NapiCallManager::GetSmsInfo(napi_env env, napi_value objValue, RejectAsyncContext &asyncContex… in GetSmsInfo()
3490 napi_env env, napi_value objValue, CallRestrictionAsyncContext &asyncContext) in GetRestrictionInfo()
3516 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.cpp175 void SetEnumProperty(napi_env env, napi_value dstObj, const int objValue, const char *propName) in SetEnumProperty()
/base/security/access_token/interfaces/kits/accesstoken/napi/src/
Dnapi_atmanager.cpp283 void NapiAtManager::SetNamedProperty(napi_env env, napi_value dstObj, const int32_t objValue, const… in SetNamedProperty()