Home
last modified time | relevance | path

Searched refs:moduleName_ (Results 1 - 10 of 10) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_instance.cpp59 moduleName_ = Str16ToStr8(u16ModuleName); in ReadFromParcel()
101 if ((!parcel.WriteString16(Str8ToStr16(bundleName_))) || (!parcel.WriteString16(Str8ToStr16(moduleName_))) || in Marshalling()
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h46 std::string moduleName_; member in OHOS::HiviewDFX::ExportJsonFileWriter
/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_instance.h56 std::string moduleName_ = ""; member
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp324 auto packagedFile = GetHiSysEventJsonTempDir(moduleName_, eventVersion_).append(EXPORT_JSON_FILE_NAME); in Write()
329 auto tmpZipFile = GetTmpZipFile(exportDir_, moduleName_, eventVersion_); in Write()
348 moduleName_ = moduleName; in ExportJsonFileWriter()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp157 explicit DragListenerTest(const std::string& name) : moduleName_(name) {} in DragListenerTest()
160 if (moduleName_.empty()) {
161 moduleName_ = std::string("DragListenerTest");
163 FI_HILOGD("%{public}s, state:%{public}s", moduleName_.c_str(), PrintDragMessage(state).c_str());
182 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::DragListenerTest
188 explicit SubscriptListenerTest(const std::string& name) : moduleName_(name) {} in SubscriptListenerTest()
192 if (moduleName_.empty()) {
193 moduleName_ = std::string("SubscriptListenerTest");
196 moduleName_.c_str(), PrintStyleMessage(style).c_str());
228 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::SubscriptListenerTest
[all...]
H A Ddrag_server_test.cpp281 explicit DragListenerTest(const std::string& name) : moduleName_(name) {} in DragListenerTest()
284 if (moduleName_.empty()) {
285 moduleName_ = std::string("DragListenerTest");
287 FI_HILOGD("%{public}s, state:%{public}s", moduleName_.c_str(), PrintDragMessage(state).c_str());
306 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::DragListenerTest
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp245 explicit DragListenerTest(const std::string& name) : moduleName_(name) {} in DragListenerTest()
248 if (moduleName_.empty()) {
249 moduleName_ = std::string("DragListenerTest");
251 FI_HILOGD("%{public}s, state:%{public}s", moduleName_.c_str(), PrintDragMessage(state).c_str());
270 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::DragListenerTest
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1980 moduleName_ = bundleInfo.moduleNames; in GetHapModuleInfo()
1991 if (moduleName_.empty()) { in SetPathAllowingUniversalAccess()
1995 moduleName_.clear(); in SetPathAllowingUniversalAccess()
1999 nweb_ptr->SetPathAllowingUniversalAccess(pathList, moduleName_, errorPath); in SetPathAllowingUniversalAccess()
H A Dwebview_controller.h428 std::vector<std::string> moduleName_; member in OHOS::NWeb::ResourceType::CoreSecurityLevel::WebviewController
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp171 explicit DragListenerTest(const std::string& name) : moduleName_(name) {} in DragListenerTest()
174 if (moduleName_.empty()) {
175 moduleName_ = std::string("DragListenerTest");
177 FI_HILOGD("%{public}s, state:%{public}s", moduleName_.c_str(), PrintDragMessage(state).c_str());
196 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::DragListenerTest
202 explicit SubscriptListenerTest(const std::string& name) : moduleName_(name) {} in SubscriptListenerTest()
206 if (moduleName_.empty()) {
207 moduleName_ = std::string("SubscriptListenerTest");
210 moduleName_.c_str(), PrintStyleMessage(style).c_str());
242 std::string moduleName_; member in OHOS::Msdp::DeviceStatus::SubscriptListenerTest
[all...]

Completed in 13 milliseconds