Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp64 uint64_t sourceId = inPacketInfo.GetSourceId(); in AssembleFrameFragment()
128 uint64_t sourceId = inPacketInfo.GetSourceId(); in ContinueExistCombineWork()
163 work.frameInfo.SetSourceId(inPacketInfo.GetSourceId()); in CreateNewCombineWork()
190 combineWorkPool_[inPacketInfo.GetSourceId()][inPacketInfo.GetFrameId()] = work; in CreateNewCombineWork()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h91 uint64_t GetSourceId() const in GetSourceId() function in DistributedDB::ParseResult
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h67 virtual std::string GetSourceId(void* object) = 0;
H A Dweb_delegate_cross.h84 std::string GetSourceId() const;
H A Dweb_delegate_cross.cpp296 std::string WebConsoleMessage::GetSourceId() const in GetSourceId() function in OHOS::Ace::WebConsoleMessage
1209 auto sourceId = webConsoleMessage->GetSourceId(); in OnConsoleMessage()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h97 std::string GetSourceId() override;
349 int32_t GetSourceId() override
H A Dweb_delegate.cpp190 std::string ConsoleLogOhos::GetSourceId() in GetSourceId() function in OHOS::Ace::ConsoleLogOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h69 virtual std::string GetSourceId() = 0;
89 std::string GetSourceId() override
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp246 std::string ConsoleLogOhos::GetSourceId() in GetSourceId() function in OHOS::Ace::ConsoleLogOhos
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp530 JSClass<JSWebConsoleLog>::CustomMethod("getSourceId", &JSWebConsoleLog::GetSourceId); in JSBind()
560 void GetSourceId(const JSCallbackInfo& args) in GetSourceId() function in OHOS::OHOS::Ace::Framework::JSWebConsoleLog
562 auto code = JSVal(ToJSValue(message_->GetSourceId())); in GetSourceId()

Completed in 37 milliseconds