Home
last modified time | relevance | path

Searched refs:GET_DLP_CONNECTION_INFOS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dservice_proxy_adapter.cpp28 constexpr uint32_t GET_DLP_CONNECTION_INFOS = 2504; variable
118 error = remoteObj_->SendRequest(GET_DLP_CONNECTION_INFOS, data, reply, option); in GetDlpConnectionInfos()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitystubgetdlpconnectioninfos_fuzzer/
H A Dabilitystubgetdlpconnectioninfos_fuzzer.cpp39 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::GET_DLP_CONNECTION_INFOS); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h481 GET_DLP_CONNECTION_INFOS = 2504, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp511 if (interfaceCode == AbilityManagerInterfaceCode::GET_DLP_CONNECTION_INFOS) { in OnRemoteRequestInnerThirteenth()