/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_start_options.cpp | 35 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 D | napi_common_child_process_param.cpp | 32 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 D | napi_common_execute_result.cpp | 43 if (IsExistsByPropertyName(env, param, "result")) { in UnwrapExecuteResult()
|
H A D | napi_common_util.h | 90 bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
|
H A D | napi_common_util.cpp | 663 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 D | napi_common_want.cpp | 1196 if (IsExistsByPropertyName(env, param, "want")) { in UnWrapAbilityResult()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
H A D | js_ability_auto_startup_manager_utils.cpp | 41 if (AppExecFwk::IsExistsByPropertyName(env, param, "appCloneIndex")) { in UnwrapAutoStartupInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_push_callback.cpp | 243 if (AppExecFwk::IsExistsByPropertyName(env, funcResult, "code") == false) { in ConvertFunctionResult()
|
H A D | napi_get_active.cpp | 324 if (AppExecFwk::IsExistsByPropertyName(env, obj, "extraInfoKeys") == false) { in ParseGetLiveViewFilter()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_medialibrary_napi_utils.h | 192 static bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_medialibrary_napi_utils.cpp | 704 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 D | medialibrary_napi_utils.h | 735 static bool IsExistsByPropertyName(napi_env env, napi_value jsObject, const char *propertyName);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 788 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()
|