/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register_rpc.c | 101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() argument 104 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg);
in SAMGR_RegisterSystemCapabilityApi() 110 BOOL isReg = FALSE;
in SAMGR_QuerySystemCapabilityApi() local 111 if (SAMGR_GetSysCap(g_remoteRegister.endpoint, sysCap, &isReg) != EC_SUCCESS) {
in SAMGR_QuerySystemCapabilityApi() 114 return isReg;
in SAMGR_QuerySystemCapabilityApi()
|
H A D | remote_register.c | 84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() argument 87 return SAMGR_AddSysCap(g_remoteRegister.endpoint, sysCap, isReg);
in SAMGR_RegisterSystemCapabilityApi() 93 BOOL isReg = FALSE;
in SAMGR_QuerySystemCapabilityApi() local 94 if (SAMGR_GetSysCap(g_remoteRegister.endpoint, sysCap, &isReg) != EC_SUCCESS) {
in SAMGR_QuerySystemCapabilityApi() 97 return isReg;
in SAMGR_QuerySystemCapabilityApi()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_system_ability_monitor.cpp | 38 static std::atomic<bool> isReg; member in OHOS::SaEventFwk::SystemAbilityListener 89 std::atomic<bool> OHOS::SaEventFwk::SystemAbilityListener::isReg = false; 107 OHOS::SaEventFwk::SystemAbilityListener::isReg = true; in RegHichainSaStatusListener() member in OHOS::SaEventFwk::SystemAbilityListener 113 if (!(OHOS::SaEventFwk::SystemAbilityListener::isReg)) { in UnRegHichainSaStatusListener() 131 OHOS::SaEventFwk::SystemAbilityListener::isReg = false; in UnRegHichainSaStatusListener() member in OHOS::SaEventFwk::SystemAbilityListener
|
/foundation/systemabilitymgr/samgr_lite/samgr/registry/ |
H A D | service_registry.c | 35 int32 __attribute__((weak)) SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() argument 38 (void)isReg;
in SAMGR_RegisterSystemCapabilityApi()
|
H A D | service_registry.h | 30 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg);
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint.h | 74 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg);
75 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg);
|
H A D | endpoint_rpc.c | 101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg)
in SAMGR_AddSysCap() argument 114 WriteBool(&req, isReg);
in SAMGR_AddSysCap() 137 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg)
in SAMGR_GetSysCap() argument 159 *isReg = FALSE;
in SAMGR_GetSysCap() 165 (void)ReadBool(&reply, (bool *)isReg);
in SAMGR_GetSysCap()
|
H A D | endpoint.c | 142 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg)
in SAMGR_AddSysCap() argument 154 IpcIoPushBool(&req, isReg);
in SAMGR_AddSysCap() 174 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg)
in SAMGR_GetSysCap() argument 193 *isReg = FALSE;
in SAMGR_GetSysCap() 198 *isReg = IpcIoPopBool(&reply);
in SAMGR_GetSysCap()
|
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_conn_service.h | 441 int32_t RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg); 457 int32_t RegUnRegNetDetectionCallbackAsync(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg);
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 356 bool isReg) in RegUnRegNetDetectionCallback() 360 netConnEventHandler_->PostSyncTask([this, netId, &callback, isReg, &result]() { in RegUnRegNetDetectionCallback() 361 result = this->RegUnRegNetDetectionCallbackAsync(netId, callback, isReg); in RegUnRegNetDetectionCallback() 842 bool isReg) in RegUnRegNetDetectionCallbackAsync() 855 if (isReg) { in RegUnRegNetDetectionCallbackAsync() 355 RegUnRegNetDetectionCallback(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg) RegUnRegNetDetectionCallback() argument 841 RegUnRegNetDetectionCallbackAsync(int32_t netId, const sptr<INetDetectionCallback> &callback, bool isReg) RegUnRegNetDetectionCallbackAsync() argument
|