Searched defs:isReg (Results 1 - 7 of 7) sorted by relevance
/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
|
/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 107 OHOS::SaEventFwk::SystemAbilityListener::isReg = true; in RegHichainSaStatusListener() member in OHOS::SaEventFwk::SystemAbilityListener 131 OHOS::SaEventFwk::SystemAbilityListener::isReg = false; in UnRegHichainSaStatusListener() member in OHOS::SaEventFwk::SystemAbilityListener
|
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register.c | 84 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() argument 93 BOOL isReg = FALSE;
in SAMGR_QuerySystemCapabilityApi() local
|
H A D | remote_register_rpc.c | 101 int32 SAMGR_RegisterSystemCapabilityApi(const char *sysCap, BOOL isReg)
in SAMGR_RegisterSystemCapabilityApi() argument 110 BOOL isReg = FALSE;
in SAMGR_QuerySystemCapabilityApi() local
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint_rpc.c | 101 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg)
in SAMGR_AddSysCap() argument 137 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg)
in SAMGR_GetSysCap() argument
|
H A D | endpoint.c | 142 int32 SAMGR_AddSysCap(const Endpoint *endpoint, const char *sysCap, BOOL isReg)
in SAMGR_AddSysCap() argument 174 int32 SAMGR_GetSysCap(const Endpoint *endpoint, const char *sysCap, BOOL *isReg)
in SAMGR_GetSysCap() argument
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 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
|
Completed in 8 milliseconds