Home
last modified time | relevance | path

Searched refs:GetModuleId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp38 EXPECT_EQ(bean->GetModuleId(), moduleId);
48 EXPECT_EQ(bean->GetModuleId(), moduleId2);
58 EXPECT_EQ(bean->GetModuleId(), moduleId1);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp461 context->GetModuleId()); in AddCurlHandle()
465 context->GetModuleId()); in AddCurlHandle()
491 context->GetModuleId()); in AddCurlHandle()
495 context->GetModuleId()); in AddCurlHandle()
507 context->GetModuleId()); in AddCurlHandle()
511 context->GetModuleId()); in AddCurlHandle()
1145 …->GetEnv(), std::bind(OnDataReceive, context->GetEnv(), napi_ok, context), context->GetModuleId()); in AddCurlHandle()
1333 context->GetModuleId()); in AddCurlHandle()
1344 …>GetEnv(), std::bind(OnDataProgress, context->GetEnv(), napi_ok, context), context->GetModuleId()); in AddCurlHandle()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h54 ModuleId GetModuleId();
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/monitor_manger_test/src/
H A Dmedia_monitor_manager_unit_test.cpp70 EXPECT_EQ(bean->GetModuleId(), moduleId);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h121 uint64_t GetModuleId() const;
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp159 ModuleId EventBean::GetModuleId() in GetModuleId() function in OHOS::Media::MediaMonitor::EventBean
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp847 uint64_t RequestContext::GetModuleId() const in GetModuleId() function in OHOS::NetStack::Http::RequestContext