Home
last modified time | relevance | path

Searched refs:ans (Results 1 - 7 of 7) sorted by relevance

/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp268 std::vector<std::u16string> ans; in HWTEST_F() local
269 ans.clear(); in HWTEST_F()
270 int32_t result = CallManagerGtest::clientPtr_->GetSubCallIdList(callId, ans); in HWTEST_F()
272 bool isEmpty = ans.empty(); in HWTEST_F()
274 if (!ans.empty()) { in HWTEST_F()
275 ans.clear(); in HWTEST_F()
316 std::vector<std::u16string> ans; in HWTEST_F() local
317 ans.clear(); in HWTEST_F()
318 int32_t result = CallManagerGtest::clientPtr_->GetCallIdListForConference(callId, ans); in HWTEST_F()
320 bool isEmpty = ans in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h65 NotificationDialogManager(AdvancedNotificationService& ans);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp192 AdvancedNotificationService ans; in HWTEST_F() local
193 ans.notificationSvrQueue_ = nullptr; in HWTEST_F()
199 ASSERT_EQ(ans.GetActiveNotificationByFilter(bundleOption, notificationId, label, keys, newRequest), in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp64 NotificationDialogManager::NotificationDialogManager(AdvancedNotificationService& ans) in NotificationDialogManager() argument
65 : ans_(ans) in NotificationDialogManager()
/base/request/request/test/rustest/src/
H A Dlib.rs268 let mut ans = vec![]; in search() variables
271 ans.push(id.parse::<u32>().unwrap()); in search()
273 ans in search()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp979 bool ans = nativeWebviewCtl->GetCertChainDerData(certChainDerData); in FfiOHOSWebviewCtlGetCertificate() local
980 if (!ans) { in FfiOHOSWebviewCtlGetCertificate()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4477 bool ans = webviewController->GetCertChainDerData(certChainDerData); in InnerGetCertificate() local
4478 if (!ans) { in InnerGetCertificate()

Completed in 18 milliseconds