Home
last modified time | relevance | path

Searched refs:SetStringProperty (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp64 JSI::SetStringProperty(result, KEY_APP_NAME, appName->valuestring); in GetInfo()
67 JSI::SetStringProperty(result, KEY_VERSION_NAME, versionName->valuestring); in GetInfo()
173 JSI::SetStringProperty(result, SCREEN_ON_VISIBLE_DATA, SCREEN_ON_VISIBLE_INVALID_PARAMETER); in OnSetActionFail()
H A Dsample_module.cpp102 JSI::SetStringProperty(result, "param2", str); in TestCallbackWithArgs()
142 JSI::SetStringProperty(result, "param2", str); in TestStandardCallbackWithArgs()
168 JSI::SetStringProperty(result, "prop1", param1); in TestGeneralFunc()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_async_callback.cpp93 JSI::SetStringProperty(headers.get(), p.first.c_str(), p.second.c_str()); in ResponseDataToJsValue()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp78 JSI::SetStringProperty(data, "status", audioPlayer->GetStatus()); in GetPlayState()
79 JSI::SetStringProperty(data, "src", audioPlayer->GetSrc()); in GetPlayState()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h143 static void SetStringProperty(JSIValue object, const char * const propName, const char *value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp555 * @tc.steps: step1. call JSI SetStringProperty in JSIInterfaceTest016()
558 JSI::SetStringProperty(obj, "string", "test"); in JSIInterfaceTest016()
1218 JSI::SetStringProperty(extraData, "info", "message"); in JSIInterfaceTest035()
1248 JSI::SetStringProperty(extraData, "test", "info"); in JSIInterfaceTest036()
1282 JSI::SetStringProperty(extraDataObject, propertyKey, "result"); in JSIInterfaceTest037()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp102 void JSI::SetStringProperty(JSIValue object, const char * const propName, const char *value) in SetStringProperty() function in OHOS::ACELite::JSI
105 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:SetStringProperty failed!"); in SetStringProperty()
1190 SetStringProperty(errObj, "message", errMsg); in CreateErrorWithCode()

Completed in 8 milliseconds