Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/
Dnotificationgetparam.cpp34 static const int INDEX_TWO = 2; variable
54 if (GetIntParam() % INDEX_TWO == 0) { in GetBoolParam()
526 case INDEX_TWO: in GetParamSlotType()
579 case INDEX_TWO: in GetParamNotificationRequest()
600 case INDEX_TWO: { in GetParamNotificationRequestSptr()
642 case INDEX_TWO: in GetParamNotificationLevel()
681 case INDEX_TWO: { in GetParamWantAgentInfo()
701 case INDEX_TWO: in GetParamOperationType()
727 case INDEX_TWO: in GetParamFlags()
898 case INDEX_TWO: in GetParamTaskDispatcher()
[all …]
/base/time/time_service/services/time/src/
Dsntp_client.cpp44 constexpr int32_t INDEX_TWO = 2; variable
290 _sntpMsg._pollInterval = buffer[INDEX_TWO]; in ReceivedMessage()
298 _sntpMsg._referenceIdentifier[INDEX_TWO] = _refId[INDEX_TWO]; in ReceivedMessage()
315 …lockOffset = (((_receiveServer - _originClient) + (_transmitServer - _receiveClient)) / INDEX_TWO); in ReceivedMessage()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dgetparam.cpp31 const int INDEX_TWO = 2; variable
434 case INDEX_TWO: in GetParamOsAccountType()
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension_context.cpp37 constexpr int32_t INDEX_TWO = 2; variable
178 if (info.argc > ARGC_TWO && info.argv[INDEX_TWO]->TypeOf() == NATIVE_OBJECT) { in OnStartAbilityWithAccount()
181 …terpret_cast<napi_env>(&engine), reinterpret_cast<napi_value>(info.argv[INDEX_TWO]), startOptions); in OnStartAbilityWithAccount()
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Djs_wallpaper_extension_context.cpp37 constexpr int32_t INDEX_TWO = 2; variable
180 if (info.argc > ARGC_TWO && info.argv[INDEX_TWO]->TypeOf() == NATIVE_OBJECT) { in OnStartAbilityWithAccount()
183 reinterpret_cast<napi_value>(info.argv[INDEX_TWO]), startOptions); in OnStartAbilityWithAccount()