Home
last modified time | relevance | path

Searched refs:str_value (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_data.h50 std::string str_value = {}; member
H A Djs_plugin_util.cpp879 data->str_value = ""; in AceClearThreadReturnData()
979 NAPI_CALL_BASE(env, napi_create_string_utf8(env, data->str_value.c_str(), NAPI_AUTO_LENGTH, value), false); in AceWrapThreadReturnData()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h89 std::string str_value; member
H A Dnapi_common_util.cpp830 data->str_value = ""; in ClearThreadReturnData()
929 NAPI_CALL_BASE(env, napi_create_string_utf8(env, data->str_value.c_str(), NAPI_AUTO_LENGTH, value), false); in WrapThreadReturnData()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp316 asyncCallbackInfo->native_data.str_value = abilityContext->GetFilesDir(); in GetFilesDirExecuteCallback()
318 asyncCallbackInfo->native_data.str_value.c_str()); in GetFilesDirExecuteCallback()
415 asyncCallbackInfo->native_data.str_value = abilityContext->GetDistributedFilesDir(); in GetOrCreateDistributedDirExecuteCallback()
417 asyncCallbackInfo->native_data.str_value.c_str()); in GetOrCreateDistributedDirExecuteCallback()
457 asyncCallbackInfo->native_data.str_value = abilityContext->GetCacheDir(); in GetCacheDirExecuteCallback()
459 asyncCallbackInfo->native_data.str_value.c_str()); in GetCacheDirExecuteCallback()
493 asyncCallbackInfo->native_data.str_value = asyncCallbackInfo->ability->GetExternalCacheDir(); in GetExternalCacheDirExecuteCallback()
495 asyncCallbackInfo->native_data.str_value.c_str()); in GetExternalCacheDirExecuteCallback()
H A Dnapi_context.cpp1257 asyncCallbackInfo->native_data.str_value = asyncCallbackInfo->ability->GetBundleName(); in GetBundleNameExecuteCallback()
1259 asyncCallbackInfo->native_data.str_value.c_str()); in GetBundleNameExecuteCallback()

Completed in 12 milliseconds