Home
last modified time | relevance | path

Searched refs:ARG_FIRST (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_init.cpp25 static const uint8_t ARG_FIRST = 1; member
91 napi_value args[ARG_FIRST] = {0}; in EnumTypeConstructor()
H A Dusage_statistics_init.cpp26 static const uint8_t ARG_FIRST = 1; member
141 napi_value args[ARG_FIRST] = {0}; in EnumTypeConstructor()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp34 static const uint8_t ARG_FIRST = 1; member
107 napi_value args[ARG_FIRST] = {nullptr}; in EnumNetworkTypeConstructor()
154 napi_value args[ARG_FIRST] = {nullptr}; in EnumChargingTypeConstructor()
197 napi_value args[ARG_FIRST] = {nullptr}; in EnumBatteryStatusConstructor()
239 napi_value args[ARG_FIRST] = {nullptr}; in EnumStorageRequestConstructor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp28 ARG_FIRST = 0, enumerator
195 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in SetControllerCallback()
247 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in SetXComponentInitialize()
297 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in HandleDetachCallback()
309 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in HandleImageAIOptions()
335 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in SetBackgroundColor()
351 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in ResetBackgroundColor()
361 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in SetOpacity()
377 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in ResetOpacity()
591 Local<JSValueRef> firstArg = runtimeCallInfo->GetCallArgRef(ARG_FIRST); in SetOnLoad()
[all...]

Completed in 3 milliseconds