Searched refs:CLIENT (Results 1 - 7 of 7) sorted by relevance
/base/msdp/device_status/frameworks/native/src/ |
H A D | bytrace_adapter.cpp | 32 if (subscribeObject == CLIENT) { in StartBytrace() 44 if (subscribeObject == CLIENT) { in StartBytrace()
|
/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | bytrace_adapter.h | 38 CLIENT, enumerator
|
/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 138 #define CLIENT 1 macro
|
/base/request/request/services/src/manage/events/ |
H A D | mod.rs | 239 static CLIENT: Lazy<ClientManagerEntry> = Lazy::new(|| ClientManager::init()); consts 244 Lazy::new(|| TaskManager::init(RUN_COUNT_MANAGER.clone(), CLIENT.clone(), NETWORK.clone()));
|
/base/request/request/services/src/task/ |
H A D | download.rs | 296 static CLIENT: Lazy<ClientManagerEntry> = Lazy::new(|| ClientManager::init()); in build_task() consts 302 TaskManager::init(RUN_COUNT_MANAGER.clone(), CLIENT.clone(), NETWORK.clone()) in build_task() 310 CLIENT.clone(), in build_task()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_common.c | 384 int32_t res = AddSelfUpgradeFlag(session->params, (isClient == CLIENT), osAccountId, groupId, session->opCode); in AddGroupAndDevInfo() 640 return ((isClient == CLIENT) && (operationCode == MEMBER_JOIN)) || in IsCreateGroupNeeded()
|
H A D | compatible_bind_sub_session.c | 852 result = GenerateKeyPairIfNeeded(subSession->osAccountId, CLIENT, opCode, jsonParams); in CreateClientBindSubSession() 864 result = GenerateBaseBindParams(subSession->osAccountId, CLIENT, jsonParams, subSession); in CreateClientBindSubSession()
|
Completed in 6 milliseconds