Home
last modified time | relevance | path

Searched defs:apiName (Results 1 – 10 of 10) sorted by relevance

/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp31 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent()
/base/customization/enterprise_device_management/services/edm/src/
Dhisysevent_adapter.cpp23 void HiSysEventAdapter::ReportEdmEvent(ReportType reportType, const std::string &apiName, const std… in ReportEdmEvent()
/base/msdp/device_status/frameworks/js/utils/src/
Dnapi_event_utils.cpp36 void NapiEventUtils::WriteEndEvent(const std::string& transId, const std::string& apiName, const in… in WriteEndEvent()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dapp_event_stat.cpp38 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode) in WriteApiEndEventAsync()
/base/global/i18n/interfaces/js/kits/src/
Dapi_version.cpp33 ApiCompareResult ApiVersion::CheckApiTargetVersion(const std::string &apiName) in CheckApiTargetVersion()
/base/useriam/user_auth_framework/frameworks/common/src/
Duser_auth_api_event_reporter.cpp62 UserAuthApiEventReporter::UserAuthApiEventReporter(std::string apiName) : apiName_(apiName) in UserAuthApiEventReporter()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp395 std::string apiName = "testApi"; variable
/base/msdp/device_status/frameworks/js/napi/motion/src/
Dmotion_napi.cpp289 std::string apiName = "motion." + typeStr + ".on"; in SubscribeMotion() local
365 std::string apiName = "motion." + typeStr + ".off"; in UnSubscribeMotion() local
/base/msdp/device_status/frameworks/js/napi/device_status/src/
Ddevice_status_napi.cpp241 std::string apiName = "deviceStatus." + typeStr + ".on"; in SubscribeDeviceStatus() local
289 std::string apiName = "deviceStatus." + typeStr + ".off"; in UnsubscribeDeviceStatus() local
/base/global/resource_management/frameworks/resmgr/src/
Dnative_resource_manager.cpp33 vector<string> tempResultValue, string apiName) in copyStringArray()
98 ResourceManager_ErrorCode copyString(char **resultValue, string tempResultValue, string apiName) in copyString()