Home
last modified time | relevance | path

Searched refs:GetStatistics (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_statistics.c31 const uint64_t *GetStatistics(void) in GetStatistics() function
H A Dnstackx_dfinder_hievent.c60 const uint64_t *stat = GetStatistics(); in CreateStatisticsEventParams()
H A Dnstackx_dfinder_hidump.c123 const uint64_t *stat = GetStatistics(); in DumpStatisticsInfo()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_statistics.h62 const uint64_t *GetStatistics(void);
/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmediakeysystem_service_proxy.h39 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dperformance_analysis.h85 std::string GetStatistics();
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h53 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics);
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h66 static napi_value GetStatistics(napi_env env, napi_callback_info info);
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystem_service.h72 virtual int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) = 0;
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystem_service.h72 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) override;
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service.cpp310 int32_t MediaKeySystemService::GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) in GetStatistics() function in OHOS::DrmStandard::MediaKeySystemService
312 DRM_INFO_LOG("GetStatistics enter"); in GetStatistics()
318 ret = hdiKeySystem_->GetStatistics(tmpStatistics); in GetStatistics()
320 DRM_ERR_LOG("GetStatistics failed."); in GetStatistics()
330 DRM_ERR_LOG("GetStatistics failed."); in GetStatistics()
H A Dmediakeysystem_service_stub.cpp254 int32_t ret = stub->GetStatistics(metrics); in ProcessGetMetircs()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp253 int32_t MediaKeySystemImpl::GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) in GetStatistics() function in OHOS::DrmStandard::MediaKeySystemImpl
255 DRM_INFO_LOG("GetStatistics enter."); in GetStatistics()
260 DRM_ERR_LOG("GetStatistics serviceProxy_ is null"); in GetStatistics()
263 ret = serviceProxy_->GetStatistics(metrics); in GetStatistics()
265 DRM_ERR_LOG("GetStatistics failed, ret: %{public}d", ret); in GetStatistics()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dperformance_analysis.cpp177 std::string PerformanceAnalysis::GetStatistics() in GetStatistics() function in DistributedDB::PerformanceAnalysis
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.h227 int32_t GetStatistics(std::map<std::string, std::string> &statistics) override
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystem_service_proxy.cpp341 int32_t MediaKeySystemServiceProxy::GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) in GetStatistics() function in OHOS::DrmStandard::MediaKeySystemServiceProxy
343 DRM_INFO_LOG("GetStatistics enter."); in GetStatistics()
349 DRM_ERR_LOG("GetStatistics Write interface token failed."); in GetStatistics()
355 DRM_ERR_LOG("GetStatistics failed, errcode: %{public}d", ret); in GetStatistics()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp64 *(static_cast<std::string *>(parameter)) = PerformanceAnalysis::GetInstance()->GetStatistics(); }}, in InitPragmaFunc()
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp62 DECLARE_NAPI_FUNCTION("getStatistics", GetStatistics), in Init()
733 napi_value MediaKeySystemNapi::GetStatistics(napi_env env, napi_callback_info info) in GetStatistics() function in OHOS::DrmStandard::MediaKeySystemNapi
735 DRM_INFO_LOG("GetStatistics enter."); in GetStatistics()
748 int32_t ret = mediaKeySystemNapi->mediaKeySystemImpl_->GetStatistics(metrics); in GetStatistics()
750 DRM_ERR_LOG("GetStatistics failed!"); in GetStatistics()
756 NapiDrmError::ThrowError(env, "GetStatistics failed, unknown error.", DRM_UNKNOWN_ERROR); in GetStatistics()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp324 "mediaKeySystemImpl::GetStatistics inner systemImpl is nullptr!"); in OH_MediaKeySystem_GetStatistics()
325 int32_t result = systemObject->systemImpl_->GetStatistics(metrics); in OH_MediaKeySystem_GetStatistics()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp601 performance->GetStatistics(); in HWTEST_F()

Completed in 19 milliseconds