/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/src/ |
H A D | component_monitor_test.cpp | 61 int32_t saId = static_cast<int32_t>(DHType::AUDIO); variable 77 int32_t saId = static_cast<int32_t>(DHType::CAMERA); variable 95 int32_t saId = static_cast<int32_t>(DHType::GPS); variable 111 int32_t saId = static_cast<int32_t>(DHType::CAMERA); variable 130 int32_t saId = static_cast<int32_t>(DHType::UNKNOWN); variable 149 int32_t saId = static_cast<int32_t>(DHType::CAMERA); variable
|
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 28 int32_t saId; member 41 static int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() 60 static int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() 77 static int32_t AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) in AddRemoteSystemAbility() 95 int32_t saId; in GetRemoteSystemAbility() local 120 int32_t saId; in RemoteRequest() local 128 int32_t saId; in RemoteRequest() local 146 int32_t saId; in RemoteRequest() local
|
H A D | rpc_mini_samgr.c | 31 int32_t saId; member 47 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() 93 int32_t saId; in AddRemoteSystemAbility() local 111 int32_t GetRemoteSystemAbility(int32_t saId, const char* deviceId, IpcIo *reply) in GetRemoteSystemAbility()
|
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/samgr/ |
H A D | samgr.c | 28 int32_t saId; member 34 static int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() 50 static int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() 73 int32_t saId; in RemoteRequest() local 85 int32_t saId; in RemoteRequest() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_monitor.cpp | 48 void ComponentMonitor::CompSystemAbilityListener::OnAddSystemAbility(int32_t saId, const std::strin… in OnAddSystemAbility() 53 void ComponentMonitor::CompSystemAbilityListener::OnRemoveSystemAbility(int32_t saId, const std::st… in OnRemoveSystemAbility() 74 void ComponentMonitor::AddSAMonitor(int32_t saId) in AddSAMonitor() 102 void ComponentMonitor::RemoveSAMonitor(int32_t saId) in RemoveSAMonitor()
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/ |
H A D | RpcSamgrTest.cpp | 30 int32_t saId; member 37 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() 59 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() 76 int32_t AddRemoteSystemAbility(int32_t saId, SvcIdentity *sid) in AddRemoteSystemAbility() 94 int32_t saId; in GetRemoteSystemAbility() local 117 int32_t saId; in GetSystemAbilityTransaction() local 127 int32_t saId; in AddRemoteSystemAbilityTransaction() local 151 int32_t saId; in RemoteRequest() local
|
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/ |
H A D | IpcSamgrTest.cpp | 27 int32_t saId; member 35 int32_t AddSystemAbility(int32_t saId, SvcIdentity *sid) in AddSystemAbility() 53 int32_t GetSystemAbility(int32_t saId, const char* deviceId, SvcIdentity *sid) in GetSystemAbility() 76 int32_t saId; in RemoteRequest() local 89 int32_t saId; in RemoteRequest() local
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | mock_system_ability_proxy.h | 33 sptr<MockIRemoteObject> GetSystemAbility(int32_t saId) in GetSystemAbility() 39 int32_t UnloadSystemAbility(int32_t saId) in UnloadSystemAbility()
|
/ohos5.0/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_consumer.cpp | 50 void ModuleUpdateConsumer::DoRevert(const std::string &hmpName, int32_t saId) in DoRevert() 61 void ModuleUpdateConsumer::DoUnload(const std::string &hmpName, int32_t saId) in DoUnload() 95 int32_t saId = saStatusPair.first; in Run() local
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | local_ability_manager_stub.cpp | 104 int32_t saId = -1; in StartAbilityInner() local 128 int32_t saId = -1; in StopAbilityInner() local 151 int32_t saId = -1; in ActiveAbilityInner() local 174 int32_t saId = -1; in IdleAbilityInner() local 207 int32_t saId = -1; in SendStrategyToSAInner() local 272 int32_t saId = -1; in SystemAbilityExtProcInner() local
|
H A D | local_ability_manager.cpp | 84 void LocalAbilityManager::DoStartSAProcess(const std::string& profilePath, int32_t saId) in DoStartSAProcess() 197 bool LocalAbilityManager::InitializeSaProfiles(int32_t saId) in InitializeSaProfiles() 237 int32_t saId = ability->GetSystemAbilitId(); in AddAbility() local 527 bool LocalAbilityManager::InitializeOnDemandSaProfile(int32_t saId) in InitializeOnDemandSaProfile() 577 for (const auto& saId : dependSa) { in CheckDependencyStatus() local 651 void LocalAbilityManager::RegisterOnDemandSystemAbility(int32_t saId) in RegisterOnDemandSystemAbility() 711 void LocalAbilityManager::FindAndStartPhaseTasks(int32_t saId) in FindAndStartPhaseTasks() 762 bool LocalAbilityManager::Run(int32_t saId) in Run() 804 void LocalAbilityManager::SetStopReason(int32_t saId, const nlohmann::json& event) in SetStopReason() 810 nlohmann::json LocalAbilityManager::GetStartReason(int32_t saId) in GetStartReason() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/fuzztest/sinkstubdaudiosinkstub_fuzzer/ |
H A D | sinkstubdaudiosinkstub_fuzzer.cpp | 37 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubDaudioSinkStubFuzzTest() local 79 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubSubscribeLocalHardwareInnerFuzzTest() local 104 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubUnsubscribeLocalHardwareInnerFuzzTest() local 129 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubDAudioNotifyInnerFuzzTest() local 154 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubPauseDistributedHardwareInnerFuzzTest() local 179 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubResumeDistributedHardwareInnerFuzzTest() local 204 int32_t saId = *(reinterpret_cast<const int32_t*>(data)); in SinkStubStopDistributedHardwareInnerFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/include/ |
H A D | daudio_source_service.h | 34 DAudioSourceService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) {}; in DAudioSourceService()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | icollect_plugin.h | 69 virtual void SaveSaExtraDataId(int32_t saId, int64_t extraDataId) {}; in SaveSaExtraDataId() 70 virtual void ClearSaExtraDataId(int32_t saId) {}; in ClearSaExtraDataId()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_system_ability_monitor.cpp | 68 void SystemAbilityListener::OnAddSystemAbility(int32_t saId, const std::string &deviceId) in OnAddSystemAbility() 82 void SystemAbilityListener::OnRemoveSystemAbility(int32_t saId, const std::string &deviceId) in OnRemoveSystemAbility()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/ |
H A D | mem_mgr_client_mock.cpp | 51 int32_t MemMgrClient::NotifyProcessStatus(pid_t pid, int32_t start, int32_t status, int32_t saId) in NotifyProcessStatus() 60 int32_t MemMgrClient::SetCritical(pid_t pid, bool flag, int32_t saId) in SetCritical()
|
/ohos5.0/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_context.cpp | 175 sptr<IRemoteObject> DInputContext::GetRemoteObject(const int32_t saId) in GetRemoteObject() 199 void DInputContext::AddRemoteObject(const int32_t saId, const sptr<IRemoteObject> &remoteObject) in AddRemoteObject() 205 void DInputContext::RemoveRemoteObject(const int32_t saId) in RemoveRemoteObject()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/common/test/unittest/include/ |
H A D | screen_common_test.h | 32 int32_t saId = 4808; variable
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/connect_ability/src/ |
H A D | test_connect_ability.cpp | 25 TestConnectAbility::TestConnectAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnC… in TestConnectAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/ |
H A D | demo_service.cpp | 25 DemoService::DemoService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in DemoService()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/incomplete_ability/src/ |
H A D | test_incomplete_ability.cpp | 25 TestIncompleteAbility::TestIncompleteAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, … in TestIncompleteAbility()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/ |
H A D | test_tt_ability.cpp | 25 TestTtAbility::TestTtAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in TestTtAbility()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | ipc_client_utils.cpp | 26 sptr<IRemoteObject> IpcClientUtils::GetRemoteObject(int32_t saId) in GetRemoteObject()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_ipc_client_utils.cpp | 22 sptr<IRemoteObject> IpcClientUtils::GetRemoteObject(int32_t saId) in GetRemoteObject()
|
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/ |
H A D | mock_samanager.cpp | 48 int32_t saId = 4809; in GetDInputSourceProxy() local 75 int32_t saId = 4810; in GetDInputSinkProxy() local
|