Home
last modified time | relevance | path

Searched refs:IsExistsByPropertyName (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp35 if (!IsExistsByPropertyName(env, param, "processMode") && in UnwrapProcessOptions()
36 !IsExistsByPropertyName(env, param, "startupVisibility")) { in UnwrapProcessOptions()
96 if (IsExistsByPropertyName(env, param, "startWindowBackgroundColor")) { in UnwrapStartWindowOption()
109 if (IsExistsByPropertyName(env, param, "startWindowIcon")) { in UnwrapStartWindowOption()
H A Dnapi_common_child_process_param.cpp32 if (IsExistsByPropertyName(env, jsValue, "entryParams") && in UnwrapChildProcessArgs()
39 if (IsExistsByPropertyName(env, jsValue, "fds")) { in UnwrapChildProcessArgs()
100 if (IsExistsByPropertyName(env, jsValue, "isolationMode") && in UnwrapChildProcessOptions()
H A Dnapi_common_execute_result.cpp43 if (IsExistsByPropertyName(env, param, "result")) { in UnwrapExecuteResult()
H A Dnapi_common_util.h90 bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
H A Dnapi_common_util.cpp663 bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName) in IsExistsByPropertyName() function
687 if (IsExistsByPropertyName(env, jsObject, propertyName) == false) { in GetPropertyValueByPropertyName()
H A Dnapi_common_want.cpp1196 if (IsExistsByPropertyName(env, param, "want")) { in UnWrapAbilityResult()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_manager_utils.cpp41 if (AppExecFwk::IsExistsByPropertyName(env, param, "appCloneIndex")) { in UnwrapAutoStartupInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp243 if (AppExecFwk::IsExistsByPropertyName(env, funcResult, "code") == false) { in ConvertFunctionResult()
H A Dnapi_get_active.cpp324 if (AppExecFwk::IsExistsByPropertyName(env, obj, "extraInfoKeys") == false) { in ParseGetLiveViewFilter()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_medialibrary_napi_utils.h192 static bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp704 bool SendableMediaLibraryNapiUtils::IsExistsByPropertyName(napi_env env, napi_value jsObject, const… in IsExistsByPropertyName() function in OHOS::Media::SendableMediaLibraryNapiUtils
719 if (IsExistsByPropertyName(env, jsObject, propertyName) == false) { in GetPropertyValueByName()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedialibrary_napi_utils.h735 static bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp788 bool MediaLibraryNapiUtils::IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *p… in IsExistsByPropertyName() function in OHOS::Media::MediaLibraryNapiUtils
802 if (IsExistsByPropertyName(env, jsObject, propertyName) == false) { in GetPropertyValueByName()