Home
last modified time | relevance | path

Searched refs:RequestCmdIdCount (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/resourceschedule/soc_perf/test/testutil/
H A Dsocperf_test.cpp130 static void RequestCmdIdCount(int32_t argc, char *argv[]) in RequestCmdIdCount() function
133 std::string ret = OHOS::SOCPERF::SocPerfClient::GetInstance().RequestCmdIdCount(""); in RequestCmdIdCount()
181 RequestCmdIdCount(argc, argv); in main()
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_server.cpp132 std::string SocPerfServer::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount() function in OHOS::SOCPERF::SocPerfServer
134 return socPerf.RequestCmdIdCount(msg); in RequestCmdIdCount()
H A Dsocperf_stub.cpp289 if (!reply.WriteString(RequestCmdIdCount(msg))) { in StubRequestCmdIdCount()
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp176 std::string SocPerfClient::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount() function in OHOS::SOCPERF::SocPerfClient
182 return client->RequestCmdIdCount(msg); in RequestCmdIdCount()
H A Dsocperf_proxy.cpp152 std::string SocPerfProxy::RequestCmdIdCount(const std::string& msg) in RequestCmdIdCount() function in OHOS::SOCPERF::SocPerfProxy
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/
H A Di_socperf_service.h98 virtual std::string RequestCmdIdCount(const std::string& msg) = 0;
H A Dsocperf_proxy.h98 std::string RequestCmdIdCount(const std::string& msg) override;
H A Dsocperf_client.h104 std::string RequestCmdIdCount(const std::string& msg);
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/include/
H A Dsocperf_fuzz_mock.h35 std::string RequestCmdIdCount(const std::string& msg) override in RequestCmdIdCount() function
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/
H A Dlibsocperf_client.versionscript26 *SocPerfClient*RequestCmdIdCount*;
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/include/
H A Dsocperf_server.h42 std::string RequestCmdIdCount(const std::string& msg) override;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h38 std::string RequestCmdIdCount(const std::string& msg);
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp150 std::string ret = socPerfServer_->socPerf.RequestCmdIdCount("");
163 ret = socPerfServer_->socPerf.RequestCmdIdCount("");
443 std::string RequestCmdIdCount(const std::string& msg) override in RequestCmdIdCount() function in OHOS::SOCPERF::SocperfStubTest
H A Dsocperf_sub_test.cpp336 OHOS::SOCPERF::SocPerfClient::GetInstance().RequestCmdIdCount("");
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp448 std::string SocPerf::RequestCmdIdCount(const std::string &msg) in RequestCmdIdCount() function in OHOS::SOCPERF::SocPerf