Searched refs:STOP_ADVERTISING (Results 1 – 6 of 6) sorted by relevance
82 STOP_ADVERTISING, enumerator
231 int32_t cmdCode = STOP_ADVERTISING;237 int32_t cmdCode = STOP_ADVERTISING;419 int32_t cmdCode = STOP_ADVERTISING;
679 int32_t cmdCode = STOP_ADVERTISING;
1201 ON_IPC_SET_REQUEST(STOP_ADVERTISING, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() argument1217 ON_IPC_READ_RESPONSE(STOP_ADVERTISING, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
1013 ON_IPC_CMD(STOP_ADVERTISING, MessageParcel &data, MessageParcel &reply) in ON_IPC_CMD() argument
1756 int32_t ret = ipcClientProxy_->SendRequest(STOP_ADVERTISING, req, rsp); in StopAdvertising()