Searched refs:PASS (Results 1 - 13 of 13) sorted by relevance
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/ |
H A D | intell_voice_info.h | 119 PASS = 1, enumerator
|
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/ |
H A D | service_collaboration_manager_capi.h | 43 PASS = 1004720001, enumerator
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | collaboration_manager_utils.h | 43 PASS = 1004720001, enumerator
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/ |
H A D | service_collaboration_manager_capi.h | 44 PASS = 1004720001, enumerator
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | test_result_recorder.cpp | 218 if (result != Result::PASS) { in Record() 230 testRecord_.result = Result::PASS; in Finish() 235 if (last.result == Result::PASS) { in Finish()
|
H A D | test_result_recorder.h | 26 PASS = 0,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/ |
H A D | dsched_all_connect_manager.cpp | 283 errorcode, result == ServiceCollaborationManagerResultCode::PASS ? "PASS" : "REJECT", reason); in ApplyResult() 285 bool isSupport = result == ServiceCollaborationManagerResultCode::PASS ? true : false; in ApplyResult()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_utils.h | 142 info, GetComponentTestEtsPosition(), OHOS::Ace::ComponentTest::Result::PASS); in ComponentTestRecord()
|
H A D | js_component_test_tester.cpp | 301 "assert component exist PASS", "js_assert", ComponentTest::Result::PASS); in JSAssertComponentExist()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/ |
H A D | all_connect_manager.cpp | 232 if (result != PASS) { in ApplyResult()
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | intell_voice_manager_napi.cpp | 103 {"PASS", OHOS::IntellVoice::PASS},
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/ |
H A D | all_connect_manager_test.cpp | 814 * @tc.desc: verify ApplyResult result is PASS. 827 int32_t ret = allConnectManager.ApplyResult(0, PASS, ""); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 1261 if (code == ServiceCollaborationManagerResultCode::PASS && newCastState != castConnectStateForConnected_) {
|
Completed in 9 milliseconds