Home
last modified time | relevance | path

Searched refs:DEFAULT_RESULT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h49 int result = DEFAULT_RESULT;
58 int result = DEFAULT_RESULT;
68 int result = DEFAULT_RESULT;
79 int result = DEFAULT_RESULT;
94 int result = DEFAULT_RESULT;
106 int result = DEFAULT_RESULT;
117 int result = DEFAULT_RESULT;
126 int result = DEFAULT_RESULT;
137 int result = DEFAULT_RESULT;
147 int result = DEFAULT_RESULT;
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search_callback_stub.h29 static const int32_t DEFAULT_RESULT = 0; variable
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp68 return DEFAULT_RESULT; in OnNetworkSearchCallback()