Home
last modified time | relevance | path

Searched refs:WriteEndEvent (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp80 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedDomains()
87 reporter.WriteEndEvent(API_FAIL, static_cast<CommonErrorCode>(ret)); in QueryAssociatedDomains()
91 reporter.WriteEndEvent(API_FAIL, ret); in QueryAssociatedDomains()
95 reporter.WriteEndEvent(API_SUCCESS, ret); in QueryAssociatedDomains()
107 reporter.WriteEndEvent(API_FAIL, CommonErrorCode::E_PARAM_ERROR); in QueryAssociatedBundleNames()
114 reporter.WriteEndEvent(API_FAIL, static_cast<CommonErrorCode>(ret)); in QueryAssociatedBundleNames()
118 reporter.WriteEndEvent(API_FAIL, ret); in QueryAssociatedBundleNames()
122 reporter.WriteEndEvent(API_SUCCESS, ret); in QueryAssociatedBundleNames()
H A Dapi_event_reporter.cpp88 void ApiEventReporter::WriteEndEvent(const int result, const int32_t errCode) in WriteEndEvent() function in OHOS::AppDomainVerify::Dfx::ApiEventReporter
103 "WriteEndEvent transId:%{public}s, apiName:%{public}s, sdkName:%{public}s, result:%{public}d, " in WriteEndEvent()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/include/
H A Dapi_event_reporter.h24 void WriteEndEvent(const int result, const int32_t errCode);
/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h46 static void WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t beginTime);
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysession.cpp121 ConfigParser::WriteEndEvent(0, 0, std::string("OH_MediaKeySession_ProcessMediaKeyResponse"), beginTime); in OH_MediaKeySession_ProcessMediaKeyResponse()
259 ConfigParser::WriteEndEvent(0, 0, std::string("OH_MediaKeySession_RestoreOfflineMediaKeys"), beginTime); in OH_MediaKeySession_RestoreOfflineMediaKeys()
H A Dnative_mediakeysystem.cpp407 ConfigParser::WriteEndEvent(0, 0, std::string("OH_MediaKeySystem_ProcessKeySystemResponse"), beginTime); in OH_MediaKeySystem_ProcessKeySystemResponse()
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp250 void ConfigParser::WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t beginTime) in WriteEndEvent() function in OHOS::DrmStandard::ConfigParser
252 DRM_INFO_LOG("WriteEndEvent enter."); in WriteEndEvent()
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp324 ConfigParser::WriteEndEvent(0, 0, std::string("processMediaKeyResponse"), beginTime); in ProcessMediaKeyResponse()
493 ConfigParser::WriteEndEvent(0, 0, std::string("restoreOfflineMediaKeys"), beginTime); in RestoreOfflineMediaKeys()
H A Dmedia_key_system_napi.cpp709 ConfigParser::WriteEndEvent(0, 0, std::string("processKeySystemResponse"), beginTime); in ProcessKeySystemResponse()

Completed in 7 milliseconds