/base/startup/init/services/begetctl/shell/ |
H A D | shell_bas.h | 101 void BShellEnvOutputResult(BShellHandle handle, int32_t result);
|
/base/startup/init/services/param/linux/ |
H A D | param_message.h | 71 int32_t result;
member
|
/base/startup/appspawn/common/ |
H A D | appspawn_server.h | 76 void (*notifyResToParent)(struct AppSpawnContent *content, AppSpawnClient *client, int result);
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 132 AppSpawnResult result; member
|
/base/telephony/core_service/frameworks/js/sim/include/ |
H A D | napi_sim.h | 44 int32_t result = ERROR_DEFAULT; member
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_types.h | 145 * @brief Indicates the result of ImsCall mode request.
336 * Indicates response result.
338 ImsCallModeRequestResult result = ImsCallModeRequestResult::MODIFY_REQUEST_SUCCESS;
member
|
/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_ims.h | 98 * @param result, The result of can set or not 101 int32_t CanSetCallTransferTime(int32_t slotId, bool &result);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search_callback_stub.h | 41 virtual void OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode);
|
H A D | tel_ril_sim_parcel.h | 379 /** Query result. For details, see {@link RilErrType}. */ 380 int32_t result = 0; member
|
/base/telephony/call_manager/services/call_setting/include/ |
H A D | call_setting_manager.h | 41 int32_t CanSetCallTransferTime(int32_t slotId, bool &result);
|
/base/update/sys_installer/services/module_update/service/include/ |
H A D | module_update_main.h | 45 void SaveInstallerResult(const std::string &hmpPath, int result,
|
/base/update/updater/interfaces/kits/include/package/ |
H A D | package.h | 108 * @return update package creation result
121 * @return verification result
135 std::function<void(int32_t result, uint32_t percent)> cb);
144 * @return Extra package creation result
156 * @return Extra package creation result
|
/base/update/updater/services/include/applypatch/ |
H A D | transfer_manager.h | 74 bool CheckResult(const CommandResult result, const std::string &cmd, const CommandType &type);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockutils_fuzzer/ |
H A D | screenlockutils_fuzzer.cpp | 77 bool result = preferencesUtil->IsExistKey(std::to_string(userId));
in FuzzScreenlockUtils() local
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_json.h | 68 int32_t result = -1; member
|
H A D | widget_client.h | 47 void ReportWidgetResult(int32_t result, AuthType authType,
|
/base/useriam/user_auth_framework/services/core/inc/ |
H A D | authentication.h | 45 int32_t result; member
|
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_idm_callback_proxy.h | 33 void OnResult(int32_t result, const Attributes &extraInfo) override;
|
/third_party/curl/tests/libtest/ |
H A D | lib1531.c | 145 printf("HTTP transfer completed with status %d\n", msg->data.result); in test()
|
H A D | lib591.c | 138 res = msg->data.result; in test()
|
H A D | lib597.c | 120 res = msg->data.result; in test()
|
/third_party/elfutils/backends/ |
H A D | ppc_initreg.c | 101 uint32_t result; in ppc_set_initial_registers_tid()
|
/third_party/curl/lib/ |
H A D | dict.c | 106 CURLcode result = CURLE_OK; in unescape_word() local 115 result = Curl_dyn_addn(&out, "\\", 1); in unescape_word() 116 if(!result) in unescape_word() 117 result = Curl_dyn_addn(&out, ptr, 1); in unescape_word() 118 if(result) in unescape_word() 133 CURLcode result = CURLE_OK; in sendf() local 149 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf() 151 if(result) in sendf() 168 return result; in sendf() 180 CURLcode result; in dict_do() local [all...] |
/third_party/googletest/googletest/samples/ |
H A D | sample9_unittest.cc | 111 // standard output and attaches own result printer. in main() 138 if (test_info.result()->Failed() && in main()
|
/third_party/gn/src/gn/ |
H A D | metadata.h | 59 std::vector<Value>* result,
|