/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_statistics.c | 31 const uint64_t *GetStatistics(void) in GetStatistics() function
|
H A D | nstackx_dfinder_hievent.c | 60 const uint64_t *stat = GetStatistics(); in CreateStatisticsEventParams()
|
H A D | nstackx_dfinder_hidump.c | 123 const uint64_t *stat = GetStatistics(); in DumpStatisticsInfo()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_statistics.h | 62 const uint64_t *GetStatistics(void);
|
/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | mediakeysystem_service_proxy.h | 39 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | performance_analysis.h | 85 std::string GetStatistics();
|
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | media_key_system_impl.h | 53 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics);
|
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | media_key_system_napi.h | 66 static napi_value GetStatistics(napi_env env, napi_callback_info info);
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystem_service.h | 72 virtual int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) = 0;
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystem_service.h | 72 int32_t GetStatistics(std::vector<IMediaKeySystemService::MetircKeyValue> &metrics) override;
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service.cpp | 310 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 D | mediakeysystem_service_stub.cpp | 254 int32_t ret = stub->GetStatistics(metrics);
in ProcessGetMetircs()
|
/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_impl.cpp | 253 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 D | performance_analysis.cpp | 177 std::string PerformanceAnalysis::GetStatistics() in GetStatistics() function in DistributedDB::PerformanceAnalysis
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 227 int32_t GetStatistics(std::map<std::string, std::string> &statistics) override
|
/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystem_service_proxy.cpp | 341 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 D | sync_able_kvdb_connection.cpp | 64 *(static_cast<std::string *>(parameter)) = PerformanceAnalysis::GetInstance()->GetStatistics(); }}, in InitPragmaFunc()
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 62 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 D | native_mediakeysystem.cpp | 324 "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 D | distributeddb_common_test.cpp | 601 performance->GetStatistics(); in HWTEST_F()
|