Home
last modified time | relevance | path

Searched refs:GetStringProperty (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp56 char *dialogTitle = JSI::GetStringProperty(args[0], TITLE_KEY); in ShowDialog()
61 char *message = JSI::GetStringProperty(args[0], MSG_KEY); in ShowDialog()
H A Dsample_module.cpp97 char *str = JSI::GetStringProperty(args[0], "param2"); in TestCallbackWithArgs()
137 char *str = JSI::GetStringProperty(args[0], "param2"); in TestStandardCallbackWithArgs()
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp130 char *buttonText = JSI::GetStringProperty(buttonObject, buttonTextKey); in ParseButton()
133 char *buttonColorText = JSI::GetStringProperty(buttonObject, buttonColorKey); in ParseButton()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/include/
H A Dcommon.h101 static std::string GetStringProperty(napi_env env, napi_value object,
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp72 JSI::GetStringProperty(options, HttpConstant::KEY_HTTP_REQUEST_URL), FreeString); in JsObjectToRequestData()
117 std::unique_ptr<char, decltype(&FreeString)> valStr(JSI::GetStringProperty(nv, keyStr.get()), FreeString); in GetNameValue()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h330 static char *GetStringProperty(JSIValue object, const char * const propName);
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp71 std::string bundleName = GetStringProperty(env, objValue, "bundleName", E_BUNDLE_OR_ABILITY_NAME_ERR); in GetBaseWorkInfo()
72 std::string abilityName = GetStringProperty(env, objValue, "abilityName", E_BUNDLE_OR_ABILITY_NAME_ERR); in GetBaseWorkInfo()
353 std::string Common::GetStringProperty(napi_env env, napi_value object, in GetStringProperty() function in OHOS::WorkScheduler::Common
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp561 * @tc.steps: step2. call JSI GetStringProperty in JSIInterfaceTest016()
563 char *str = JSI::GetStringProperty(obj, "string"); in JSIInterfaceTest016()
1258 char *messageStr = JSI::GetStringProperty(extractedValue, "message"); in JSIInterfaceTest036()
1294 char *dataValue = JSI::GetStringProperty(dataPropertyValue, propertyKey); in JSIInterfaceTest037()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp385 char *JSI::GetStringProperty(JSIValue object, const char * const propName) in GetStringProperty() function in OHOS::ACELite::JSI
388 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:GetStringProperty failed!"); in GetStringProperty()

Completed in 8 milliseconds