Searched refs:moduleNameValue (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall_napi.cpp | 38 char moduleNameValue[maxValueLen];
in IsHspExist() local 40 napi_get_value_string_utf8(env, args[0], moduleNameValue, maxValueLen, &moduleNameLength);
in IsHspExist() 41 std::string moduleName = moduleNameValue;
in IsHspExist() 123 char moduleNameValue[maxValueLen];
in getModuleName() local 125 status = napi_get_value_string_utf8(env, args, moduleNameValue, maxValueLen, &moduleNameLength);
in getModuleName() 127 moduleName = moduleNameValue;
in getModuleName()
|
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall_napi.cpp | 38 char moduleNameValue[maxValueLen]; in IsHspExist() local 40 napi_get_value_string_utf8(env, args[0], moduleNameValue, maxValueLen, &moduleNameLength); in IsHspExist() 41 std::string moduleName = moduleNameValue; in IsHspExist() 123 char moduleNameValue[maxValueLen]; in getModuleName() local 125 status = napi_get_value_string_utf8(env, args, moduleNameValue, maxValueLen, &moduleNameLength); in getModuleName() 127 moduleName = moduleNameValue; in getModuleName()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/ |
H A D | js_ability_delegator.cpp | 975 napi_value moduleNameValue = nullptr; in ParseMonitorPara() local 976 napi_get_named_property(env, value, "moduleName", &moduleNameValue); in ParseMonitorPara() 977 if (moduleNameValue != nullptr && !ConvertFromJsValue(env, moduleNameValue, moduleName)) { in ParseMonitorPara() 1022 napi_value moduleNameValue = nullptr; in ParseStageMonitorPara() local 1023 napi_get_named_property(env, value, "moduleName", &moduleNameValue); in ParseStageMonitorPara() 1024 if (moduleNameValue == nullptr) { in ParseStageMonitorPara() 1029 if (!ConvertFromJsValue(env, moduleNameValue, moduleName)) { in ParseStageMonitorPara()
|
Completed in 4 milliseconds