Home
last modified time | relevance | path

Searched refs:SEPERATOR (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp54 constexpr char SEPERATOR[] = "\\"; member
58 constexpr char SEPERATOR[] = "/"; member
70 void SplitString(const std::string& str, std::vector<std::string>& out, size_t pos = 0, const char* seps = SEPERATOR) in SplitString() argument
125 bundleInstallPath_ = JoinString(pathVector, SEPERATOR); in JsiModuleSearcher()
188 pos = curJsModulePath.find(SEPERATOR, pos + 1); in GetInstallPath()
231 std::string jsModulePath = moduleInstallPath + JoinString(pathVector, SEPERATOR); in MakeNewJsModulePath()
246 std::string fileName = npmPath + SEPERATOR + DIST_PATH_SEGMENT + SEPERATOR + NPM_ENTRY_FILE; in FindNpmPackageInPath()
256 fileName = npmPath + SEPERATOR + NPM_ENTRY_LINK; in FindNpmPackageInPath()
277 return npmPath + SEPERATOR in FindNpmPackageInPath()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h112 constexpr static const char *SEPERATOR = "_"; member in OHOS::DistributedObject::ObjectStoreManager
187 return appId + SEPERATOR + sessionId + SEPERATOR + DmAdaper::GetInstance().GetLocalDevice().udid + SEPERATOR; in GetPropertyPrefix()
192 return appId + SEPERATOR + sessionId + SEPERATOR + DmAdaper::GetInstance().GetLocalDevice().udid in GetPropertyPrefix()
193 + SEPERATOR + toDeviceId + SEPERATOR; in GetPropertyPrefix()
197 return appId + SEPERATOR + sessionId + SEPERATOR; in GetPrefixWithoutDeviceId()
[all...]
H A Dobject_manager.cpp842 std::string prefix = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR; in SaveToStore()
853 std::string key = GetPropertyPrefix(appId, sessionId, toDeviceId) + timestamp + SEPERATOR + item.first; in SaveToStore()
1006 return bundleName + SEPERATOR + sessionId + SEPERATOR + sourceDeviceId + SEPERATOR + targetDeviceId + SEPERATOR + in ToPropertyPrefix()
1007 timestamp + SEPERATOR; in ToPropertyPrefix()
1022 size_t targetDevicePos = beforeTime.find_last_of(SEPERATOR); in SplitEntryKey()
1030 size_t sourceDeviceUdidPos = beforeTargetDevice.find_last_of(SEPERATOR); in SplitEntryKey()
1038 size_t sessionIdPos = beforeSourceDeviceUdid.find_last_of(SEPERATOR); in SplitEntryKey()
[all...]
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp89 std::string dhId = DSCREEN_PREFIX + SEPERATOR + std::to_string(screenId); in OnConnect()
107 std::string dhId = DSCREEN_PREFIX + SEPERATOR + std::to_string(screenId); in OnDisconnect()
157 std::string dhId = DSCREEN_PREFIX + SEPERATOR + std::to_string(screen->GetId()); in RealQuery()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp57 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(devId) + in CreateVirtualScreen()
58 SEPERATOR + GetInterruptString(dhId); in CreateVirtualScreen()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager_test.cpp224 std::string dScreenIdx = devId + SEPERATOR + dhId; in HWTEST_F()
279 std::string dScreenIdx = devId + SEPERATOR + dhId; in HWTEST_F()
296 std::string dScreenIdx = devId + SEPERATOR + dhId; in HWTEST_F()
314 std::string dScreenIdx = devId + SEPERATOR + dhId; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Dscreen_manager_adapter_test.cpp90 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(devId) + in HWTEST_F()
91 SEPERATOR + GetInterruptString(dhId); in HWTEST_F()
H A Ddscreen_test.cpp228 std::string screenName = DSCREEN_PREFIX + SEPERATOR + GetInterruptString(dScreen_->devId_) + in HWTEST_F()
229 SEPERATOR + GetInterruptString(dScreen_->dhId_); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h79 const std::string SEPERATOR = "#"; member
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp256 std::string dScreenIdx = devId + SEPERATOR + dhId; in EnableDistributedScreen()
289 std::string dScreenIdx = devId + SEPERATOR + dhId; in DisableDistributedScreen()
537 std::string dScreenIdx = remoteDevId + SEPERATOR + dhId; in HandleNotifySetUpResult()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_manager.cpp244 std::string dScreenIdx = devId + SEPERATOR + dhId; in EnableDistributedScreen()
273 std::string dScreenIdx = devId + SEPERATOR + dhId; in DisableDistributedScreen()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h165 const std::string SEPERATOR = "#"; member

Completed in 10 milliseconds