Home
last modified time | relevance | path

Searched refs:INDEX_ZERO (Results 1 – 5 of 5) sorted by relevance

/base/time/time_service/services/time/src/
Dsntp_client.cpp42 constexpr int32_t INDEX_ZERO = 0; variable
236 buffer[INDEX_ZERO] = (_sntpMsg._leapIndicator << SNTP_MSG_OFFSET_SIX) | in CreateMessage()
268 buffer[INDEX_ZERO] = (_sntpMsg._leapIndicator << SNTP_MSG_OFFSET_SIX) | in WriteTimeStamp()
286 _sntpMsg._leapIndicator = buffer[INDEX_ZERO] >> SNTP_MSG_OFFSET_SIX; in ReceivedMessage()
287 _sntpMsg._versionNumber = (buffer[INDEX_ZERO] & VERSION_MASK) >> SNTP_MSG_OFFSET_THREE; in ReceivedMessage()
288 _sntpMsg._mode = (buffer[INDEX_ZERO] & MODE_MASK); in ReceivedMessage()
296 _sntpMsg._referenceIdentifier[INDEX_ZERO] = _refId[INDEX_ZERO]; in ReceivedMessage()
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/
Dnotificationgetparam.cpp32 static const int INDEX_ZERO = 0; variable
520 case INDEX_ZERO: in GetParamSlotType()
573 case INDEX_ZERO: in GetParamNotificationRequest()
591 case INDEX_ZERO: { in GetParamNotificationRequestSptr()
636 case INDEX_ZERO: in GetParamNotificationLevel()
673 case INDEX_ZERO: in GetParamWantAgentInfo()
695 case INDEX_ZERO: in GetParamOperationType()
721 case INDEX_ZERO: in GetParamFlags()
892 case INDEX_ZERO: in GetParamTaskDispatcher()
913 case INDEX_ZERO: in GetParamTaskPriority()
[all …]
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension_context.cpp35 constexpr int32_t INDEX_ZERO = 0; variable
111 … reinterpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnStartAbility()
163 … reinterpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnStartAbilityWithAccount()
239 NativeValue *lastParam = (info.argc == ARGC_ZERO) ? nullptr : info.argv[INDEX_ZERO]; in OnTerminateAbility()
257 … reinterpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnConnectAbility()
304 … reinterpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnConnectAbilityWithAccount()
361 …reinterpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), &connect… in OnDisconnectAbility()
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Djs_wallpaper_extension_context.cpp35 constexpr int32_t INDEX_ZERO = 0; variable
109 reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnStartAbility()
163 reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnStartAbilityWithAccount()
242 NativeValue* lastParam = (info.argc == ARGC_ZERO) ? nullptr : info.argv[INDEX_ZERO]; in OnTerminateAbility()
261 reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnConnectAbility()
313 reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), want); in OnConnectAbilityWithAccount()
377 reinterpret_cast<napi_value>(info.argv[INDEX_ZERO]), &connectId); in OnDisconnectAbility()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dgetparam.cpp29 const int INDEX_ZERO = 0; variable
428 case INDEX_ZERO: in GetParamOsAccountType()