Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_data.h49 bool bool_value = false; member
H A Djs_plugin_util.cpp878 data->bool_value = false; in AceClearThreadReturnData()
976 NAPI_CALL_BASE(env, napi_get_boolean(env, data->bool_value, value), false); in AceWrapThreadReturnData()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h88 bool bool_value; member
H A Dnapi_common_util.cpp829 data->bool_value = false; in ClearThreadReturnData()
926 NAPI_CALL_BASE(env, napi_get_boolean(env, data->bool_value, value), false); in WrapThreadReturnData()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp346 asyncCallbackInfo->native_data.bool_value = asyncCallbackInfo->ability->IsUpdatingConfigurations(); in IsUpdatingConfigurationsExecuteCallback()
380 asyncCallbackInfo->native_data.bool_value = asyncCallbackInfo->ability->PrintDrawnCompleted(); in PrintDrawnCompletedExecuteCallback()
H A Dnapi_common_ability_execute_utils.cpp1178 asyncCallbackInfo->native_data.bool_value = asyncCallbackInfo->ability->StopAbility(asyncCallbackInfo->param.want); in StopAbilityExecuteCallback()

Completed in 11 milliseconds